Description
Write a program that does the followings:
-
Ask the user to enter five numbers.
-
Find the maximum and minimum of those numbers.
-
Display the maximum and minimum as results.
Please notice the following:
1. For the comparisons, use ‘if’ statements.
Make sure to comment your code and submit both the .cpp file and the screenshot of your result.