Create your own While-End repetition structure. You decide the theme. You should provide both the pseudocode and the flowchart of your example. Be sure to provide an overview of what your repetition structure is doing. Provide a walk-through of your code and the values at each iteration of the loop.
The user can calculate the average exam grade for a class of 10 students.
What are the program inputs?
The exam grades.
What are the program outputs?
The average exam grade.
= 0
= 1
While ( <= 10)
Display "Enter a grade: "
Read
= +
= + 1
End_while
= / 10
Display "Class average is: ",