Thread: Arrays in Java
View Single Post
Old 10-01-2004, 07:04 AM   #2 (permalink)
ZoneFire
 
True Techie

Join Date: Sep 2004

Posts: 156

ZoneFire

Default

Quote:
Does anyone here know any syntax in Java that will add a double(number type) to the next vacant slot in an array, after the user enters the number.
Do you mean assinging value to one of the slot in the array?
try using a loop and assigned number entered by the user into the particular slot in the array.
__________________
The important thing is not to stop questioning...
Albert Einstein
ZoneFire is offline