Question: Task 2 The management system must be user friendly, which allow the user to choose the option for the required operation from a menu


Task 2 The management system must be user friendly, which allow the

user to choose the option for the required operation from a menu

Task 2 The management system must be user friendly, which allow the user to choose the option for the required operation from a menu list, this menu list must contain the following options, and as shown in the sample figure 1: Create record. Suggested required actions. Daily status report. Exit 1. create record 2. requtred actions 3. Status 4. Extt please enter your choice >I Figure 1: Sample Run of the menu list Note: Use function to print out this menu, and this function should return the selected choice. Be aware that if the user input invalid choice you should warn him, and the menu should be shown again. Also, the suggested required actions and the daily status report options are not valid choices unless the user create correct record, as shown in figure 2. 1. create record 2. requtred acttons 3. Status 4. Extt 1. create record 2. required actions 3. Status 4. Extt please enter your choice > 5 wrong choice please enter your chotce > 2 *** create record first *** 1. create record 2. requtred actions 3. Status 4. Exit 1. create record 2. requtred actions 3. Status 4. Extt please enter your choice please enter your chotce > Figure 2: Sample of Runs for warning note

Step by Step Solution

3.41 Rating (167 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Plan Program implementation in Java Language 1 Get peoples name temperature and age using scanner 2 Create the following methods createRecordrequiredActionsExitProgram printMenu dailyStatusReport 3 In... 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 Programming Questions!