Create a program that will accept a person’s name, prelim exam grade, midterm examgrade, final exam grade, quiz 1 grade, quiz 2 grade, quiz 3 grade, assignment 1grade, and assignment 2 grade then calculate the final grade of the student. A. All exams are 20% each with the highest score being 100. B. All quizzes are 10% each with the highest score being 50. C. All assignments are 5% with the highest score being 25. D.The program will not accept scores higher than the mentioned limits and will repeat until the user gives a correct input. E. The program will not accept scores less than 0 and will repeat until the user gives a correct input. F. The program will determine if the student passes or fails. (Grade >=60.00 Pass else Fail) G. Using this table of equivalent grades (1.00 = Grade 100 > 96.00, 1.25 = 96.00 > 91.51, 1.5 Grade = 91.51 > 87.00, 1.75 = 87.00 > 82.51, 2.00 = 82.50 > 78.01, 2.25 = 78.01 > 73.51, 2.50 = 73.50 > 69.01, 2.75 = 69.00 > 64.51, 3.00 = 64.50 > 60.00, 5.00(failing grade) 60 > below 60 ) give the equivalent. H. The following message should be displayed: “Hi Name. Your final grade is Grade. Your equivalent grade is FinalGrade. You Passed/Failed the course.” Name = Person’s Whole Name Year = Year when the person becomes 18 years old Grade = Final Numeric Grade FinalGrade = Final Equivalent Grade
Create a
A. All exams are 20% each with the highest score being 100.
B. All quizzes are 10% each with the highest score being 50.
C. All assignments are 5% with the highest score being 25.
D.The program will not accept scores higher than the mentioned limits and will repeat until the user gives a correct input.
E. The program will not accept scores less than 0 and will repeat until the user gives a correct input.
F. The program will determine if the student passes or fails. (Grade >=60.00 Pass else Fail)
G. Using this table of equivalent grades (1.00 = Grade 100 > 96.00, 1.25 = 96.00 > 91.51, 1.5 Grade = 91.51 > 87.00, 1.75 = 87.00 > 82.51, 2.00 = 82.50 > 78.01, 2.25 = 78.01 > 73.51, 2.50 = 73.50 > 69.01, 2.75 = 69.00 > 64.51, 3.00 = 64.50 > 60.00, 5.00(failing grade) 60 > below 60 ) give the equivalent.
H. The following message should be displayed: “Hi Name. Your final grade is Grade. Your equivalent grade is FinalGrade. You Passed/Failed the course.”
Name = Person’s Whole Name
Year = Year when the person becomes 18 years old
Grade = Final Numeric Grade
FinalGrade = Final Equivalent Grade
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 3 images