Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 12 - No. 20)
Which statements are commonly used for data input and output in pseudocode?
ADD and SUBTRACT.
IF and THEN.
INPUT and OUTPUT.
FOR and NEXT.
Explanation
INPUT is used to take data from the user, and OUTPUT is used to show results to the user.
Comments (0)
