Question: Given an array of 10 integers, int scores[10], write a for loop that adds all of the scores. Because the highest possible individual score is
Given an array of 10 integers, int scores[10], write a for loop that adds all of the scores. Because the highest possible individual score is 100, only add 100 for any score that is greater than 100. Store the result in the variable total.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
