Question: c++ Question 2 Write a program that displays the following menu. You program must include two functions that determine the minimum and maximum of two
c++ 
Question 2 Write a program that displays the following menu. You program must include two functions that determine the minimum and maximum of two integers entered by the user. 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
