Thread
:
Making arrays by reading user input
View Single Post
#
4
(
permalink
)
04-25-2008, 07:20 AM
Zosden
Senior Member
Join Date: Apr 2008
Posts: 386
I would use a vector here but you should just do my
String[] myString = new String[What Ever Size];
myString[i] = input.getNextLine();
Zosden
View Public Profile
Send a private message to Zosden
Find all posts by Zosden