sum = 0
for i=1..30
read score
sum += score
next i
avg = sum/30
print avg
I assume you can construct the flowchart for a loop
Draw a flowchart that will accept the physics score by 30 students calculate and print the average mark
1 answer