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

Coding C++
Question 4 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 Question 5 Redo the program from question 4 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
