Create your own while-end repetition structure


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: ",  

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Create your own while-end repetition structure
Reference No:- TGS083146

Expected delivery within 24 Hours