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.

Solved
Show answers

Ask an AI advisor a question