Computer Science, asked by dhachuganeshan, 1 month ago

Write an algorithm to find the sum and average of 3 number

Answers

Answered by mounika2109
2

Answer:

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 .

Answered by gunaakila76
0

Answer:

Explanation:

Step 1: Start.

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

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

Step 4 : sum=a+b+c;

Step 5: Avg=sum/3.

Step 6:Display "sum " and "Avg

Similar questions