question archive 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
Subject:Computer SciencePrice: Bought3
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.