[SOLVED] Write a program that asks you to enter score of test #1, test #2, and test #3 Solution

20.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (1 vote)

Write a program that asks you to enter score of test #1, test #2, and test #3. For each, the program will check for valid input value ( if valued entered not between 0 – 100) and repletely asks you to enter a valid value. The program asks you to enter the total assignment score ( in scale of 100), and ask you to enter the final score in scale of 100. The program will check for valid input value ( if valued entered not between 0 – 100) and repletely asks you to enter until a valid value entered. The program will calculate the total score in scale of 100 based on the percentage given in the chart. Then, the program will assign a letter grade and print out the letter grade. The program should repeat this calculation for 24 students and then print out the highest, lowest and average score in scale of 100

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.