Ask a New Question

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
13 years ago

Answers

Answered by Steve
s=0
for (i=1 to 25) {read x; s = s+x}
a = s/25
display a
13 years ago
Answered by abebe
23
7 years ago
Answered by Nura
What is a pseudo code that will calculate the average from 25 exam scores?
4 years ago

Related Questions

how can write a pseudo code and a flow charts to solve these? 1 to find the greatest common divis... write a pseudo code algorithm that will accept 20 numbers and finds their product . Develop an algorithm pseudo-code or flowchart that will accept the names of each sales staff me... Write a pseudo code algorithm which: • Determines the average weight of a person over a particular... Write a pseudo code that allows a user to enter the names and phone numbers of up to 20 friends write a pseudo code which prints a list of all students over the age of 20 in a class. the input rec... write a pseudo code and then draw a flowchart to calculate tax deduction of employess salary >2000,... Write a pseudo code for sales man that allows 1% discount for an item that costs #20,000 Write pseudo code for this program:any students whom got CGPA more than 2.0 will pass their study ,a... Write the pseudo code for a program that determines the shipping cost for an order based on the fol...
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use