Question: c++ If the user press 3: The program reads numbers from user until O is entered, then it displays another menu: 1- Max number 2-

 c++ If the user press 3: The program reads numbers from

c++

If the user press 3: The program reads numbers from user until O is entered, then it displays another menu: 1- Max number 2- Min number 3- Average. 4- Print the numbers in reverse. 5- Return If user press 1: the program should print the largest number of the entered numbers. If user press 2: the program should print the smallest number of the entered numbers. If the user press 3: the program should print the average between the numbers. If user press 4: the program should print all the entered numbers in reverse order. If the user press 5: the program should return and display main menu Example input: 795 8230 Output: 1- 9 2- 2 3- 5.666667 4. 328597 If the user press 4: The program should read number from user and prints the reverse of even digits only. Example input: 958746 Output: 648 The menu will always display until the user press 5, the program will stop

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 Databases Questions!