Posted by abews on Monday, February 4, 2013 at 4:51am.
sum=0
for i=1 to 3
read n
sum += n
avg = sum/3
print sum, avg
Related Questions
Computer Programing & Logic Design - Submit pseudocode and a flowchart for ...
Computer Programing & Logic Design - Submit pseudocode and a flowchart for ...
Fundamental of computer science - Pseudocode CountPositive integer totalPos,...
computer science - Input a list of positive numbers (terminated by 0) into an ...
Information Technology - Draw a flowchart for a program that allows the user to...
Pseudocode with sequential, selection and arrays - Analyze, design, and document...
computer programming - Input a list of positive numbers (terminated by 0) into ...
Math - Input a list of positive numbers (terminated by 0) into an array find the...
Programming - Input a list of positive numbers (terminated by 0) into an array, ...
Math - The average of 3 numbers is 45. If one of the numbers is 43, what is the ...
For Further Reading