Question: Develop a class averaging problem (using float to display the decimal values) using sentinel-controlled repetition that will process an arbitrary number of grades each time

Develop a class averaging problem (using float to display the decimal values) using sentinel-controlled repetition that will process an arbitrary number of grades each time the program is run. Use comments for each statement. Use three integers to get the value of counter, grade, and total. Use float for averaging. Use while loop and if else statement in your code. This is the same problem we discussed in our last lecture consult the slides you will find all the details along with the code. Upload two different files first one should contain your code with c cextension the second one should contain your code plus output of your code. Finish it before our next lecture Develop a class averaging problem (using float to display the decimal values) using sentinel-controlled repetition that will process an arbitrary number of grades each time the program is run. Use comments for each statement. Use three integers to get the value of counter, grade, and total. Use float for averaging. Use while loop and if else statement in your code. This is the same problem we discussed in our last lecture consult the slides you will find all the details along with the code. Upload two different files first one should contain your code with c cextension the second one should contain your code plus output of your code. Finish it before our next lecture
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
