algorithm for addition

algorithm for add tow number

  1. Start
  2. input two number: a,b
  3. Add two number:c=a+b
  4. print sum of two number: c
  5. End