Question: C++ --------------------- Question2 Write a program that displays and executes the following menu. Your program must include two functions, one each to determine the minimum
C++ ---------------------
Question2 Write a program that displays and executes the following menu. Your program must include two functions, one each to determine the minimum and maximum of two integers entered by the user (in main) and return that value to main. Only an input of 'C" will exit the program, otherwise the menu keeps looping Hint: the main program should use a "do while" loop to display the menu. WELCOME A.) Maximum of two integers B.) Minimum of two integers c.) Quit Please select an operation: A Please provide the first number: 3 Please provide the second number: 5 The maximum of 3 and 5 is 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
