Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program that computes the average test score over an unspecified number of tests as follows: ( 1 ) Ask the user to enter

Write a program that computes the average test score over an unspecified number of tests as follows: (1) Ask the user to enter numeric
grades; (2) as long as there are more grades, add them to the total; (3) use a counter variable to track the number of grades entered by the
user; (4) stop when the user enters a negative score; (5) output the average grade for the class.
Sample run of program:
Enter a numeric grade:
>78
Enter a numeric grade:
>89
Enter a numeric grade:
>77
Enter a numeric grade:
>90
Enter a numeric grade:
>97
Enter a numeric grade:
>92
Enter a numeric grade:
>-1
The average grade is 87.1667

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

Database Management System MCQs Multiple Choice Questions And Answers

Authors: Arshad Iqbal

1st Edition

1073328554, 978-1073328550

More Books

Students also viewed these Databases questions

Question

Please answer the following questions

Answered: 1 week ago