write an algorithm to fing the sum of two numbers
Answers
Answered by
7
step 1 : start
step 2 : input a,b
step 3 : c=a+b
step 4 : print c
step 5 : stop
step 2 : input a,b
step 3 : c=a+b
step 4 : print c
step 5 : stop
Answered by
3
Step 1: Start
Step 2: Store two values in memory location A,B
Step 3: Add the numbers
Step 4: Print the answer and store in memory location C
Step 5: Stop.
Step 2: Store two values in memory location A,B
Step 3: Add the numbers
Step 4: Print the answer and store in memory location C
Step 5: Stop.
Similar questions