(PYTHON 3) For this assignment, you will create a very simple grading program. The program needs to do the following: 1

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

(PYTHON 3) For this assignment, you will create a very simple grading program. The program needs to do the following: 1

Post by answerhappygod »

(PYTHON 3)
For this assignment, you will create a very simple grading
program. The program needs to do the following:
1. Read a user name from the user.
2. For each student name, start asking for grades. Keep
asking for grades until the user enters a 'q'
3. Keep asking for student names until the user enters a 'q'
(remember for each student, you then need to enter grades)
4. Once the grades are entered, print each student name with
their average.
5. When calculating the average, you must use a function that
takes the grades as an argument and returns the the average.
The function should not print anything.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply