English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

7 answers

Make it a double array or multiple array

2006-06-14 21:49:30 · answer #1 · answered by Anonymous · 0 0

depends a lot on the language or environment you are talking about, but a general technique for this is to store multiple values in a collection object of some sort (an array, bag, map, or something similar) and then assign a reference to the collection as the final value.

that way you get back a container of values, and whoever the caller is can unpack the container to find the various values they want.

2006-06-29 01:42:39 · answer #2 · answered by noshyuz 4 · 0 0

express final variable as square root of any number other than zero. If the final number is negavtive then also two answers emerge.

2006-06-15 04:49:59 · answer #3 · answered by shirishbhate 4 · 0 0

if the variable is a container or collection, although its address is fixed, the values inside can be changed.
there is the following example in wikipedia:

final StringBuffer sampleDynConstant =
new StringBuffer ("InitialValue");
System.out.println(
sampleDynConstant);

sampleDynConstant.append("1");
System.out.println(
sampleDynConstant);

2006-06-28 15:14:17 · answer #4 · answered by ngufra 4 · 0 0

Use an array. It would help if you specified the language you are using.

2006-06-15 04:51:04 · answer #5 · answered by 4 · 0 0

In what context? Algebra? Programming? What?

2006-06-15 04:48:21 · answer #6 · answered by Nor'Morgwae 2 · 0 0

and in what programming language

2006-06-15 04:50:18 · answer #7 · answered by hayopmustamike 2 · 0 0

fedest.com, questions and answers