Question: In this class, you will modify and implement several different methods. You must refer to the code from the other classes to properly implement these
In this class, you will modify and implement several different methods. You must refer to the code from the other classes to properly implement these methods.
As a reminder, you must demonstrate industry standard best practices such as inline comments to denote changes and describe functionality and appropriate naming conventions throughout the code that you create or modify for this class.
First, modify the main method. In main you must create a menu loop that performs the following actions:
Display the menu by calling the displayMenu method. This method is in the Driver.java class.Prompts the user for input.Include input validation.
If the user inputs a value that is not on the menu, the program should print an error message and continue looping until the user chooses to exit the program.
Takes the appropriate action based on the value that the user entered.
Important: In the Module Five milestone, you were asked to create a menu loop but were not required to include input validation. Include input validation for your Project Two submissio
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
