View Single Post
  #3 (permalink)  
Old 04-25-2008, 07:17 AM
apfroggy0408 apfroggy0408 is offline
Member
 
Join Date: Dec 2007
Posts: 26
apfroggy0408 is on a distinguished road
From what I get from your question is yes. Maybe this will help.

Code:
//call for input Scanner input = new Scanner(System.in); System.out.println("Enter sentence: "); String sent = input.nextLine; // How do I get sent into an array?
Reply With Quote