Computer Studies
Programming Fundamentals
What is the correct order of steps in an algorithm to add two numbers?
Explanation
The correct order is: Start > Input A > Input B > Compute Sum = A+B > Display Sum > End. Inputs must come before computation.
Reference: Computer Studies
, Page 1