Answered step by step
Verified Expert Solution
Link Copied!

Question

00
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

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions