Write an algorithm for adding two numbers

 Steps:-

  1. Initialize the variable(say a and b).
  2. Add a and b.
  3. Initialize c=a+b;
  4. Print c.

Post a Comment

0 Comments