Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2. Class Exam Results Create a python program that allows a professor to input test results, and calculate the average and high score. The professor

image text in transcribed

2. Class Exam Results Create a python program that allows a professor to input test results, and calculate the average and high score. The professor is not sure how many students took the exam that day, so you'll need to use a loop that iterates until the professor indicates there are no more students to enter. Include field validation logic to ensure the professor has entered valid test scores. You'll need an accumulator and counter variable to calculate the average. To determine the high, you'll need a variable that stores the current high score as you're iterating thru all the students' results. If a given student's score is higher than the current high score, that becomes the new high score. Initialize the high score to a 0 so the first student's score is automatically higher. Once the loop has ended, you've got all the information you need to print the class average, number of students and the high exam score

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

Students also viewed these Databases questions