Computer Science, asked by ramb69017, 4 months ago

write a Algorithm to calculate the sum of 5number​

Answers

Answered by 0348950
1

Answer:Following are the algorithm of the sum and the average of three numbers is given below.

Explanation:

Step 1: Start

Step 2  :Read the three number suppose "a","b","c" form the user.

Step 3: Declared a variable "sum"  and "Avg".

Step 4 : sum=a+b+c;

Step 5: Avg=sum/3

Step 6:Display "sum " and "Avg".

Step 7 :End .

Learn More

Explanation:

Similar questions