Question: Using C++(microsoft visual studios 2013) create a program with comments (//comments) using the following instructions: Populate a one-dimensional array with the following grades in this

Using C++(microsoft visual studios 2013) create a program with comments (//comments) using the following instructions:

Populate a one-dimensional array with the following grades in this order:

91, 62, 75, 43, 84, 52, 70, 84, 99, 88, 91, 69 and 67.

Use a loop to call a method from main() that adds 10 points to all student grades that are a C or above. A C is defined as a score of 70 or above. Make this happen by passing the subscript value and not the entire array. The addition of the 10 points should happen in the method and be passed back to main. Use a loop to show final values within the array. The final array values should show the new adjusted grades.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!