Computer Science, asked by BlackForever, 6 months ago

write a algorithm to find the sum of three numbers!!!​

Answers

Answered by priyankapradeep20992
10
  1. Answer:
  2. Following are the algorithm of the sum and the average of three numbers is given below.
  3. Explanation:
  4. Step 1: Start.
  5. Step 2 :Read the three number suppose "a","b","c" form the user.
  6. Step 3: Declared a variable "sum" and "Avg".
  7. Step 4 : sum=a+b+c;
  8. Step 5: Avg=sum/3.
  9. Step 6:Display "sum " and "Avg".
  10. Step 7 :End .

Answered by Anonymous
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