Question
Draw a flow chart to display the total and average of maths marks of 50 students.
Answers
oobleck
for n=1 to 50
print total (n)
print average (n)
next
I assume you have done the steps to acquire the marks and calculate their averages...
print total (n)
print average (n)
next
I assume you have done the steps to acquire the marks and calculate their averages...
Aya
Gghhh
Sanjukta sasmal
Draw a flow chart to calculate total and average of a student