Computer Science, asked by trisharoy7048, 5 months ago

Design an algorithm to find the sum of two numbers.

Answers

Answered by tanushreesarangi
0

Explanation:

Step 1:Start

Step2:Read the first number. Store it as x. (x)

Step3:Read the second number. Store it as y (y)

Step4:Add the two number. Store it as sum (x+y)

Step5:Print Sum

Step6: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