Computer Science, asked by richufebin, 1 year ago

write an algorithm to fing the sum of two numbers

Answers

Answered by muthumol
7
step 1 : start
step 2 : input a,b
step 3 : c=a+b
step 4 : print c
step 5 : stop
Answered by Shravani83
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.
Similar questions
Math, 1 year ago