slipper
Dec 14th, 2003, 07:19 AM
I want to ask a question and then returmn the response as a string but I am not sure how to get inputback from th user and store it as a variable.
Something like:
System.out.print("Ask the user a question?");
String response = getresponse();
How can I code the above statement?
Something like:
System.out.print("Ask the user a question?");
String response = getresponse();
How can I code the above statement?