Exercis Write a program that asks the user to enter how many students they have. Use a for loop to iterate through each student. For each student, allow the user to enter as many scores as they want and let them know that entering -1 will indicate the end of entering scores (note: use a while loop with sentinel value). Sum all the scores for each student and display the total on the screen For example:

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section5.6: Nested Loops
Problem 1E: (Misc. application) Four experiments are performed, and each experiment has six test results. The...
icon
Related questions
Question
How many students? 2
Enter scores for student 1 (-1 to end):
I
56
45
99
-1
Total scores for Student 1 is (total calculated)
Enter scores for student 2 (-1 to end):
80
99
-1
Total scores for Student 2 is (total calculated) |
Transcribed Image Text:How many students? 2 Enter scores for student 1 (-1 to end): I 56 45 99 -1 Total scores for Student 1 is (total calculated) Enter scores for student 2 (-1 to end): 80 99 -1 Total scores for Student 2 is (total calculated) |
Class Exercise
Write a program that asks the user to enter how
many students they have. Use a for loop to
iterate through each student. For each student,
allow the user to enter as many scores as they
want and let them know that entering -1 will
indicate the end of entering scores (note: use a
while loop with sentinel value). Sum all the
scores for each student and display the total on
the screen. For example:
Student 1 Total score is 340
Student 2 Total score is 200
Transcribed Image Text:Class Exercise Write a program that asks the user to enter how many students they have. Use a for loop to iterate through each student. For each student, allow the user to enter as many scores as they want and let them know that entering -1 will indicate the end of entering scores (note: use a while loop with sentinel value). Sum all the scores for each student and display the total on the screen. For example: Student 1 Total score is 340 Student 2 Total score is 200
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
Types of Loop
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++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT