Answer the question
In order to leave comments, you need to log in
How to fill a long array with variables in SI?
Hello, the task is to fill an array with existing variables like this
mass[0] = x1;
mass[1] = z3;
mass[2] = x21;
...
mass[59]=x85;
mass[i] = x1; i++;
mass[i] = z3;i++;
mass[i] = x21;i++;
...
mass[i]=x85;i++;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question