
-----------------------------------
BoXxI2004
Mon Mar 08, 2004 12:02 am

Arrays
-----------------------------------
in an array how would u create an random array, ask the user to input some number they can be any like 14 , 25 .. and how would u store them?

-----------------------------------
wtd
Mon Mar 08, 2004 1:53 am


-----------------------------------
As array of random numbers, or an array of random length?

-----------------------------------
BoXxI2004
Mon Mar 08, 2004 7:05 am


-----------------------------------
well the user inputs the length he wants... and radom numbers (in a range) are created in the array

-----------------------------------
Tony
Mon Mar 08, 2004 11:17 am


-----------------------------------
so you would just use a forloop to fill in the array :?

for (int i=0;i