Question: Use Java programming languages Using a while loop structure, create a loop based on a counter variable which will cycle through 10 iterations. With each
Use Java programming languages Using a while loop structure, create a loop based on a counter variable which will cycle through 10 iterations. With each iteration of the loop, request a grade from the user and add it to a running total. After the loop has ended, print to the console the overall total and the class average. Define any appropriate variables you need.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
