Friday, June 10, 2016

Write an algorithm for Subtracting two Numbers.

Problem Definition: Write an algorithm for Subtracting two Numbers.

Step 1: Start.

Step 2: Read two numbers A and B.

Step 3: Answer = A - B.

Step 4: Display Answer.

No comments:

Post a Comment