Question: build python code for this exercise create a class and method(s) that perform the following: 2. Inputs five grades of an student from keyboard v1,v2,v3,v4,v5.
build python code for this exercise
create a class and method(s) that perform the following:

2. Inputs five grades of an student from keyboard v1,v2,v3,v4,v5. The formula for the final grade is as follows: grade=v10.25+v20.2+v30.4+v40.1+v50.05 Write a program that print the final grade and the letter (assume: A (90-100), B (80-89), C (7079), D (60-69), F (0-59)) - Use two methods (grade and letter)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
