Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Alberta Einstein teaches a business class at Podunk University. To evaluate the students in this class, she has given three tests. It is now

1. Alberta Einstein teaches a business class at Podunk University. To evaluate the students in this class, she has given three tests. It is now the end of the semester and Alberta asks you to create a program that inputs each student’s test scores and outputs the average score for each student and the overall class average. (Hint: The outer loop should allow for Ms. Einstein to input all the students, one by one, and the inner loop should accept the three ex am scores and compute the average for each student.) 

2. Create a program that will find and display the largest of a list of positive numbers entered by the user. The user should indicate that he/she has finished entering numbers by entering a 0.

Step by Step Solution

3.53 Rating (173 Votes )

There are 3 Steps involved in it

Step: 1

1 Coding def getPosFloatprompt i 1 score 0 while i 1 i 0 try score floatinputprompt ... 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

Financial Management For Decision Makers

Authors: Peter Atrill, Paul Hurley

2nd Canadian Edition

138011605, 978-0138011604

More Books

Students also viewed these Programming questions

Question

Find the median for the set of measurements 2, 9, 11, 5, 6, 27.

Answered: 1 week ago

Question

Under what conditions is the following SQL statement valid?

Answered: 1 week ago