Question: Use C++ for loop Assignment Write a program to read in 10 test scores from the user and print each out as a percentage. Declare
Use C++
for loop Assignment Write a program to read in 10 test scores from the user and print each out as a percentage. Declare a variable for the test score that you reuse on each loop iteration. Declare a constant for the number of loop iterations. Write a for loop that accepts user input of one test score per loop iteration. o calculates and outputs the percentage. Assume the user will input a number between 1 and 50. Sample output Test #1 Score is 75% Add debugging print statements throughout and test data comment at the end of the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
