Question: Write a Java application which asks the user to enter their name and age. The application should take the input from the user using

Write a Java application which asks the user to enter their name and age. The application should take the 

Write a Java application which asks the user to enter their name and age. The application should take the input from the user using an instance of the Scanner class and store the information in varaibles of appropriate types. The application should then displays the contents of the variables to the screen. You output should display in a similar manner to the output below. Enter your Name: Homer Enter your age: 24 Hello Homer you are 24 years old.

Step by Step Solution

3.37 Rating (169 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

The image displays a Java programming exercise which requires creating an application that asks for ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Algorithms Questions!