Answer to Question #182082 in Java | JSP | JSF for Sawaira

Question #182082

I ask you question thank you for your response but it's main class only


1
Expert's answer
2021-04-16T01:01:45-0400
public class MainClass {


	public static void main(String[] args) {
		System.out.println("I ask you a question:");
		System.out.println("What is your name?");
		Scanner input = new Scanner(System.in);
		String answer = input.nextLine();
		System.out.println("Thank you for your response " + answer);
		input.close();


	}
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog