Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Help with Python project involving a grading system! 1 of 1 CSE 111 Fall 2017 Project #4 Due: Sunday, October 22 at 11:59 PM Grade

Help with Python project involving a grading system!

image text in transcribed

1 of 1 CSE 111 Fall 2017 Project #4 Due: Sunday, October 22 at 11:59 PM Grade Calculation Write a program that allows a student to enter their grades for CSE 111, and then computes their average and grade for the course. Assume there are four quizzes and seven projects. You may assume that exams and projects are out of 100 points, but for quizzes, the program should ask how many points each quiz is out of so that the normalized score (percentage of points earned) can be reported. The program should report to the user the following: their grade for each individual component how many points each quiz is worth the normalized score (points earned/points the assignment is worth100) for each quiz the student's average for the course out of 100 the student's letter grade for the course indication whether the student is passing or failing the course Note that the data should be entered by the user in the same order that the assignments are listed on the syllabus. For each assignment, the user should be asked for their grade followed by the number of points the assignment is out of. Submit this program as grades.py on UB Learns on or before the due date. The file should be well commented and free of errors. It should also be user friendly. When the grader runs the program they should well instructed as to what to do and all results should be descriptive so they know what the user knows are looking at

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

Moving Objects Databases

Authors: Ralf Hartmut Güting, Markus Schneider

1st Edition

0120887991, 978-0120887996

More Books

Students also viewed these Databases questions

Question

What is the purpose of UML use case diagrams?

Answered: 1 week ago