How to compute FInal grade =(Prelimgrade*20%)+(Midtermgrade*20%)+(Pre-Finals*20%)+(Finalgrade*40%) Example output: PRELIM GRADE Enter Quiz1: ____ Enter Quiz2: ____ Enter Quiz3: ____ Prelim grade = MIDTERM GRADE Enter Quiz1: ____ Enter Quiz2: ____ Enter Quiz3: ____ Prelim grade = PRE-FINALS GRADE Enter Quiz1: ____ Enter Quiz2: ____ Enter Quiz3: ____ Prelim grade = FINALS GRADES Enter Quiz1: ____ Enter Quiz2: ____ Enter Quiz3: ____ Prelim grade = List of GRADES Prelim = Midterm = Pre-Finals = Finals =

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter6: Arrays
Section: Chapter Questions
Problem 7RQ
icon
Related questions
Question

write in PYTHON LANGUAGE
Create a program that will compute PRELIM, MID-TERM, PRE-FINAL, FINALS GRADES of a student
How to compute quiz and exam = (raw score/total score)*50+50
How to compute per period (quiz1+quiz2+quiz3)*60%+exam*40%
How to compute FInal grade =(Prelimgrade*20%)+(Midtermgrade*20%)+(Pre-Finals*20%)+(Finalgrade*40%)

Example output:
PRELIM GRADE
Enter Quiz1: ____
Enter Quiz2: ____
Enter Quiz3: ____
Prelim grade =

MIDTERM GRADE
Enter Quiz1: ____
Enter Quiz2: ____
Enter Quiz3: ____
Prelim grade =

PRE-FINALS GRADE
Enter Quiz1: ____
Enter Quiz2: ____
Enter Quiz3: ____
Prelim grade =

FINALS GRADES
Enter Quiz1: ____
Enter Quiz2: ____
Enter Quiz3: ____
Prelim grade =

List of GRADES
Prelim =
Midterm =
Pre-Finals =
Finals =

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage