Write the Algorithm of the following
Find out the average of three numbers. Find out sum of the three
values
Answers
Answered by
0
Answer:
The formula to calculate average of given numbers is equal to the sum of all the values divided by total number of values.
Answered by
0
Explanation:
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 .
Similar questions