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?