Ask a New Question

Question

Develop a program pseudo code to read the names and scores for ten students,it should calculate and report the average
3 years ago

Answers

oobleck
sum=0
for i=1..10
read score
sum += score
end for
avg = sum/10
print avg
3 years ago

Related Questions

how can write a pseudo code and a flow charts to solve these? 1 to find the greatest common divis... Week 3 - Expand Pseudo Code The accounting office indicated the code must be able to handle overtim... Using Flowchart and Pseudo Code and a single real example (trace), please solve the following proble... how to design a pseudo code . Develop an algorithm pseudo-code or flowchart that will accept the names of each sales staff me... Write a pseudo code that allows a user to enter the names and phone numbers of up to 20 friends write a pseudo code and then draw a flowchart to calculate tax deduction of employess salary >2000,... Arrays in pseudo code a pseudo code that will request for two numbers and it will compute the difference and product of th... 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