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.
+5
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to 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.