Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Calculate the average of an arbitrary number of course marks. This average should only include courses the student has passed , i.e., courses with a
Calculate the average of an arbitrary number of course marks. This average should only include courses the student has passed, i.e., courses with a mark of 50 or higher.
Write a Python script that will:
-
input integer grades from a user (using the input() function) until the user enters an empty string (i.e., just presses Enter),
-
compute the average of all marks greater than 49 and
-
store this average, rounded to the nearest integer, in a variable called average
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