algorithm for addition
algorithm for add tow number
Start
input two number: a,b
Add two number:c=a+b
print sum of two number: c
End