Posted by chinna on Monday, July 16, 2012 at 4:54am.
s=0
for (i=1 to 25) {read x; s = s+x}
a = s/25
display a
Related Questions
Algorithm - write a pseudo code algorithm that will accept 20 numbers and finds ...
computers - Develop an algorithm or write a pseudo-code that accepts as input ...
Computers - Problem-Solving 1. Develop an algorithm or write pseudocode to ...
pseudocode programming - Develop an algorithm or write pseudocode to determine ...
Information Technology - Develop an algorithm, flow chart and pseudocode that ...
programming - Write an algorithm that converts a decimal number to binary. Then...
programming - Write an algorithm that prints the factorial for the first 20 even...
Algorithm - Write an algorithm to delete the fifth record in a master file of 50...
programming - Write pseudocode to accept as input names of an unspecified number...
programming - 1. Write a structured algorithm that prompts the user to input two...
For Further Reading