hallenge Problem (pyhton)   T   E   S   T          S    C    O    R    E   S Write a program that implements a test scores program. Valid test score entries are between 0 and 100 inclusive. The program should display a welcome message and run everything through the "main" function. have the ability to enter several test scores (try a loop) and print out the total score, as well as, the average score.  continuously ask for test scores until the number 99.9 has been entered. test for valid entries and the value 99.9. If a test  score is valid, the program should add the current score to the total score and update the number of test scores by one (+1), otherwise it displays an error message. Note : This assignment involves the use of a while loop and if-else decision making controls. You CANNOT use the reserved keywords break and continue for any portion of this program or any program for that matter throughout this c

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 27PE
icon
Related questions
Question

Challenge Problem (pyhton)

 

T   E   S   T          S    C    O    R    E   S

Write a program that implements a test scores program. Valid test score entries are between 0 and 100 inclusive.

The program should

  • display a welcome message and run everything through the "main" function.
  • have the ability to enter several test scores (try a loop) and print out the total score, as well as, the average score. 
  • continuously ask for test scores until the number 99.9 has been entered.
  • test for valid entries and the value 99.9. If a test  score is valid, the program should add the current score to the total score and update the number of test scores by one (+1), otherwise it displays an error message.

Note :

  • This assignment involves the use of a while loop and if-else decision making controls.
  • You CANNOT use the reserved keywords break and continue for any portion of this program or any program for that matter throughout this course.

 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning