Ask a New Question

Asked by abews

Design a pseudocode and a flowchart to input three numbers,find their total and average,and print both numbers.
12 years ago

Answers

Answered by Steve
sum=0

for i=1 to 3
read n
sum += n

avg = sum/3

print sum, avg
12 years ago
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions

I need help with pseudocode, and any help regarding forming these programs in Visual Logic would be... Design a program in pseudocode that calculates the amount of money a person would earn over a period... structured design (pseudocode only) driving a car I have the pseudocode but i am confused with this question. Modify the Pay Calculator design from... Develop the algorithm and flowchart for a module that calculates the retirement deduction rate accor... Design the pseudocode for a program that outputs numbers in reverse order from 10 down to 1 using a... Design the pseudocode for a program that allows a user to enter 10 numbers, then displays them in th... Design a pseudocode for a program that accepts an ice cream flavor the price per gallon and number o... Which are the 5 different flowchart symbols? Call out symbol Process symbol Decision symbol... This pseudocode is an example of which structure? INPUT time SWITCH time CASE “morn...
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use