write a algorithm to find the sum of three numbers!!!
Answers
Answered by
10
- 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 .
Answered by
42
Answer:
step 1: START
step2: take three numbers N1,N2 and N3
step3: Add the three number and store the result as sum.
step4: PRINT the value of sum.
step5: STOP
Similar questions
Social Sciences,
3 months ago
English,
3 months ago
Math,
3 months ago
Math,
6 months ago
Social Sciences,
6 months ago
Math,
11 months ago
Physics,
11 months ago