How to make the result of a "for" loop to be array
Posted: Sat May 04, 2002 10:12 am
If I want to operate an array, e.g. 1,2,3,4,5..... and multiply by 2 on each of them by a for loop to become 6,7,8,9,10......
How can I make them to remain as an array rather then just printing them out? All tutorials just simply introducing the for loop as printing them out
.
THANKS!
How can I make them to remain as an array rather then just printing them out? All tutorials just simply introducing the for loop as printing them out
THANKS!