Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Lab 8- Arrays and Loops, Oh My! Perfect Scores Write a C++ program that asks for 5 integer test scores in the range from 0

image text in transcribed
Lab 8- Arrays and Loops, Oh My! Perfect Scores Write a C++ program that asks for 5 integer test scores in the range from 0 to 100. Use a for loop to prompt for and retrieve the scores from the user. Store the test scores in an array variable. Create a named constant equal to the array size to use with your array variable I SEE YOU DID WELL IN SCHOOLBT The program should keep track of how many prefect scores were entered (scores of 100). Once the scores have been entered, create a report that displays the test number and the matching test score, and the number of perfect scores, if any . TESTS ICAN TAKE TESTS There is sample output on the next slide. S 110-Intro to Computer Sclence Week Lab 8 -Arrays and Loops, Oh My! Sample Output TEST nter the score for test nter the score for test nter the score for test nter the score for test nter the score for test Test Score Results Test Number Test Score nter the seore for test nter the score for test nter the score for test There were 2 perfect scores out of the 5 scores. - Test Score Results """ Test NumberTest Score Sorry, there was not any perfect scores. S 110-Intro to Computer Sclence Week

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 Basics Computer EngineeringInformation Warehouse Basics From Science

Authors: Odiljon Jakbarov ,Anvarkhan Majidov

1st Edition

620675183X, 978-6206751830

More Books

Students also viewed these Databases questions