View Single Post
  #11 (permalink)  
Old 04-25-2008, 07:52 AM
apfroggy0408 apfroggy0408 is offline
Member
 
Join Date: Dec 2007
Posts: 26
apfroggy0408 is on a distinguished road
How would I go about using ArrayList?

would it be like
Code:
ArrayList[] myString = new ArrayList[]; System.out.println("Enter sentence: "); myString[] = input.getNextLine;
Reply With Quote