Question: Programining C Declare a double array called gradesWithBonus with the size of the array is 75. Write a loop that fills all the 75 cells
Programining C
Declare a double array called gradesWithBonus with the size of the array is 75.
Write a loop that fills all the 75 cells in the array with user input.
Write a loop that adds 5.0 to each grade in the array.
Write a loop that calculates the total of all of the values in the array.
Divide that total by 75 and print the average onto the screen
Declare and initialize all variables necessary.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
