Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

in python please You will call the same methods for each of the four grade categories - the functions should be flexible enough to work

in python please
You will call the same methods for each of the four grade categories - the functions
should be flexible enough to work for any values. Once you have all four calculated, add
them up and print the results.
Sample Output:
[CSE 1321L Grade Calculator]
Labs
Enter Grade #1: 70
Enter Grade #2: 90
Enter Grade #3: 100
Enter Grade #4: 56
Enter Grade #5: 70
Enter Grade #6: 98
Enter Grade #7: 105
Enter Grade #8: 67
Enter Grade #9: 100
Enter Grade #10: 78
Enter Grade #11: 91
Enter Grade #12: 92
Weighted Points: 7.56
Assignments
Enter Grade #1: 90
Enter Grade #2: 100
Enter Grade #3: 78
Enter Grade #4: 90
Enter Grade #5: 95
Enter Grade #6: 67
Enter Grade #7: 100
Weighted Points: 35.429
Midterm
Enter Grade #1: 98
Weighted Points: 19.6
Exam
Enter Grade #1: 100
Weighted Points: 30.0
Your final grade for CSE1321L is: 92.59Assignment 4A; What's your grade? In this class (as well as the lecture class), we calculate
grades using a process called "weighted averages". The formula works by averaging all the
games in a particular category, then multiplying the result by a percentage (the "weight"). All
categories are then added up to give you your final grade. In our class, that would look like this:
Final Grade average average(Midterm)?**
0.20 average(Final
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Server Query Performance Tuning

Authors: Sajal Dam, Grant Fritchey

4th Edition

1430267429, 9781430267423

Students also viewed these Databases questions

Question

1. What led to the emergence of socialism?

Answered: 1 week ago