Asked by chinna

write a pseudo code algorithm that will accept the marks in a test for a group of 25 students then calculate and display the average mark

Answers

Answered by Steve
s=0
for (i=1 to 25) {read x; s = s+x}
a = s/25
display a
Answered by abebe
23
Answered by Nura
What is a pseudo code that will calculate the average from 25 exam scores?
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions