Hi all
I have the following code:
For[i = 0, i < 98, i++,
q = i*100;
For[j = 102 + q, j < 2*100 + q, j++,
Print[j]]]
The output of this loop I wish to put in a list. Can you guys give me a hint to do that?
Sincerely,
Niles.
Ok, I just used Create Lists - Wolfram Mathematica 7 Documentation
Mathematica is well-documented.