Computer Science, asked by vatturiparitosh90, 5 hours ago

Write an algorithm to calculate and print the sum and average of three numbers

Answers

Answered by XxitzcutieSiyaxX
4

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".

I hope it's helpful to you ❤️

Answered by utshandey10
0

Answer:

Explanation:Hope this will help you.

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".

Brainliest plz

Similar questions