Computer Science, asked by Hdjhhdh078, 11 months ago

Write an algorithm to find sum of two numbers

Answers

Answered by Zisha7
5

Answer:

Step1: Start

Step2: Accept first number

Step3: Add these two numbers

Step4: Display result

Step5: Stop.

Answered by AllenGPhilip
2

Answer:

Explanation:

Step 1 : Start

Step 2 : Input A , B

Step 3 : C = A + B

Step 4 : Output C

Step 5 : Stop

Similar questions