Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 2 - No. 9)
In the given pseudocode, what is the purpose of the line 'OUTPUT "Total"'?
To take input from the user.
To calculate the total.
To display the result to the user.
To initialize a variable.
Explanation
OUTPUT statements are used to show results to the user.
Comments (0)
