B
BKennedy
I've done some reading and I'm having difficulties implementing an
'array of arrays'. I've made a random number generator that places 10
numbers (0 to 100) into an 10 element array(A). I'm now trying to
make and print back another 10 element array (B) that contains 10 of
the first arrays (A) (I don't want to flatten each array (A) into a
single array (B)).
Example:
1 74 45 23 ...etc
34 15 33 0 ...etc
23 44 11 5 ...etc
Any examples are appreciated. Thanks in advance.
'array of arrays'. I've made a random number generator that places 10
numbers (0 to 100) into an 10 element array(A). I'm now trying to
make and print back another 10 element array (B) that contains 10 of
the first arrays (A) (I don't want to flatten each array (A) into a
single array (B)).
Example:
1 74 45 23 ...etc
34 15 33 0 ...etc
23 44 11 5 ...etc
Any examples are appreciated. Thanks in advance.