Question: C++ Question4 Write a main program that prompts users for 5 integers. Use two separate functions to return (NOT print) the highest and lowest value
C++ 

Question4 Write a main program that prompts users for 5 integers. Use two separate functions to return (NOT print) the highest and lowest value of the 5 integers. From main, display all five numbers entered and the results. Part2 Redo the program from to use one function that returns both the highest and lowest values. The function return type must be void
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
