Friday, June 10, 2016

Write an algorithm to add given two numbers.

Problem Definition: Write an algorithm to add given two numbers.

Step 1: Start.

Step 2: Read two numbers A and B.

Step 3: Total = A+B.

Step 4: Display Total.


No comments:

Post a Comment