Write a program that requests the user for three decimal test scores between 0 and 100. Your program will then find the average of the two highest scores. You are to use three separate IF statements to determine which score is the smallest. The average is to be formatted to one decimal place.
+2
Answers (1)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Write a program that requests the user for three decimal test scores between 0 and 100. Your program will then find the average of the two ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Home » Computers & Technology » Write a program that requests the user for three decimal test scores between 0 and 100. Your program will then find the average of the two highest scores. You are to use three separate IF statements to determine which score is the smallest.