Input / Question:

Input / Question:

Algorithm to add two numbers

Verified

Output/Answer

Step 1 : Start
Step 2 : Input first number as A
Step 3 : Input second number as B
Step 4 : Set Sum = A + B
Step 5 : Print Sum
Step 6 : End