Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PYTHON LANGUAGE PROGRAMMING Problem 1: Do not use methods. Design a program that will perform basic grade computation. The program will ask the user for
PYTHON LANGUAGE PROGRAMMING
Problem 1: Do not use methods. Design a program that will perform basic grade computation. The program will ask the user for their name and 5 numeric inputs with the following weights and a perfect score of 100: Total Quiz Score (30%) Total Assignment Score (10%) Preliminary Course Assessment Score (20%) Midterm Course Assessment Score (20%) Final Course Assessment Score (20%) Then it will generate the total grade with the words "Final Grade: [Grade] Equivalent: [Equivalent]" show the Equivalent grade from the table below and prompt an additional message to show if the student passed or failed. If the grade is greater than or equal to 60, the student passes otherwise the student fails. The program must repeat execution until a "Exit" is entered for the name of the student. AVERAGE (%) Above 96.00 91.51- 96.00 87.01 - 91.50 82.51 - 87.00 78.01 - 82.50 73.51 - 78.00 69.01 - 73.50 64.51- 69.00 60.00 - 64.50 Belor 60.00 1.00 1.25 1.50 1.75 2.00 FINAL GRADE 2.25 2.50 2.75 3.00 5.00Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started