Computer Science, asked by sunnyraj8729, 2 months ago

Write an algorithm to find the sum of three number

Answers

Answered by joelnicholas25
1

Answer:

View attachment

Explanation:

Step 1: START

Step 2: Take input for no.1 , no.2 and no.3 in variables a, b and c respectively

Step 3: Declare variable 'Sum'.

Step 4: Define Sum = a + b + c

Step 5: Print Sum

Step 6: END

Attachments:
Answered by AllenGPhilip
2

Answer:

Explanation:

Step 1 : Start

Step 2 : Input A , B , C

Step 3 : D = (A + B + C)

Step 4 : Output D

Step 5 : Stop

Similar questions