Question: using visual studio please Q 3) (3 marks) Write an overloaded function max that takes either two or three parameters of type double and returns

using visual studio please
Q 3) (3 marks) Write an overloaded function max that takes either two or three parameters of type double and returns the largest of them. Use the overloaded function in a demo program which asks the user the following options: 1. Find the maximum between two decimal numbers 2. Find the maximum between three decimal numbers Use a switch statement to select one of the two options. Add a default case in case the entered option is not 'a' or 'b' to inform the user that the entered option is not valid. After the program displays the maximum number entered, it asks the user whether to exit or find another maximum. If the user wishes to find another maximum, the program displays the above two options again
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
