Question: Write one Java application based on the following directions. Write logic to display the following menu and make it functional. Notice how the program is

Write one Java application based on the following directions.
Write logic to display the following menu and make it functional. Notice how the program is personalized by asking for the user's name and using it in the welcome message.
When a specific menu option is selected your program should display a message giving the review information described in that option (e.g. The data type for storing integer values is blah)
Use a switch statement (zyBook section 3.6) to process the menu decision logic.
Remember to test all of the valid menu options 1-4
Test menu option 5 to ensure you have personalized the exit message (add the user's name somehow)
Try entering menu option 6 to ensure your program lets the user know this is an invalid choice.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Programming Questions!