MCQ
Read two numbers, add them, and display the sum. Which pseudocode correctly represents this?
Explanation
The correct order is to input both numbers, add them into total, then print the result.