Question
For a class grade, the basic grade is determined 60% from Exams, and 40% from Homework, with grades ranging from 0 to 100. However, there
For a class grade, the basic grade is determined 60% from Exams, and 40% from Homework, with grades ranging from 0 to 100. However, there is also an outside project in the class. If the project is done, then students get an extra 5 points. Furthermore, they must do the project if they are to earn an A.
Write a program that asks for a users homework score, exam score, and whether they did the outside project. Then, tell the user their letter grade. Be sure to write descriptive input and output statements.
You can assume the standard grade breakdown: A if 90 or more, B in the 80s, C in the 70s, D in the 60s, F if less than 60.
PYTHON
Step 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