Question: C++ Write a program that accepts up to 20 integer test scores in the range of 0 to 100 from the user and stores them
C++
Write a program that accepts up to 20 integer test scores in the range of 0 to 100 from the user and stores them in an array. After inputting the test scores, report on how many perfect scores (100) were recorded by using a function called countPerfect that returns the number of perfect scores.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
