Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hi, This is a Python program question. a) [10 pts] Write a Python program that accepts a list of marks then prints the letter grade

Hi, This is a Python program question.

image text in transcribed
a) [10 pts] Write a Python program that accepts a list of marks then prints the letter grade and description according to the Grading System of the Chang School of Continuing Education. For example, if the user enters 90, 120, 12, 71.5, 62. 5 , the output would be as follows: Mark Letter Grade Performance Description 90 A+ Excellent 120 Not Possible Not Possible 12 Not Possible Not Possible 71.5 B- Good 62.5 C Satisfactory [1=| b) [10 pts] Write a code to compute and print the sum of squares of only the Excellent marks. Forexample,ifthe userenters 90.5, 120, -12, 71.3, 82.2, 62.5,then the output should be: The Excellent marks are: [90.5, 82.2] The sum of squares is 14947.09 c) [10 pts] Write a code to compute and print the Median , Ave rage and Mode of the marks between 0 and 100 (inclusively) after rounding each mark to the nearest integer. Ensure notifying the user if there is no unique mode found, as the Mode in this exercise returns only the single most common mark in the list

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

Partial Differential Equations With Fourier Series And Boundary Value Problems

Authors: Nakhle H Asmar

1st Edition

0486820831, 9780486820835

More Books

Students also viewed these Mathematics questions

Question

identify the main types of research studies in HRM research;

Answered: 1 week ago

Question

decide what data to gather and when;

Answered: 1 week ago