Answered step by step
Verified Expert Solution
Question
1 Approved Answer
using python program with if-else A) Create an application in python to collect all the following marks out of 100 and then calculate your final
using python program with if-else
A) Create an application in python to collect all the following marks out of 100 and then calculate your final marks based on provided weight [Each of the evaluations is one entry out of 100] The input marks and weight are as follows Evaluation Quizzes Lab exercise Assignments Team project Midterm Final Weight 12% 8% 20% 10% 20% 30% EX: QUIZ 70%, lab exercise 50%, Assignments 60%, Team project 100% and midterm 90% , Final 65% Final = 70% * (12%) + 50%*(8%) + 60% * (20%) + ... Final mark = 72% B) Based on your final mark out of 100 your program should indicate the grade point and the score in a letter Output Example: if your final mark is 72% output should be " your final mark is 72% and your grade point is 2.7 and you scored B- A+ 4.0 B+ 3.3 C+ C 2.3 D+ 1.3 F 0.0 67- 69 63- Below 50 A 57- 59 50- 56 4.0 B 3.0 2.0 D D 90- 100 86- 89 80- 85 1.0 77- 79 73- 76 70- 72 A. 3.7 B- 2.7 C. 1.7 60- 62
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