no diagrams, but the steps are
n=50
i=0
sum=0
get score
i += 1
sum += score
i<n?
If so, repeat
avg = sum/n
Draw a flowchart to calculate the average of 50 students in one subject.
3 answers
I want a program that calculates the average mark in a class of 30.
Draw a flow chart to input one module mark of 50 students and display average mark of a student.
Please give me a answer....
Please give me a answer....