Question: Ordered Scores Directions: Write a C++ program that asks the user to enter in three exam scores as doubles and displays the test scores in
Ordered Scores
Directions:
Write a C++ program that asks the user to enter in three exam scores as doubles and displays the test scores in descending numerical order.
If the three test scores are all the same the program should tell the user that all the test scores are equal and exit the program.
Be sure to think about all the possible cases of three numbers.
Be sure to test all possible paths.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
