Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 13 - No. 41)
What do `INPUT` and `OUTPUT` statements primarily facilitate in an algorithm?
Data input.
Data storage.
Data output.
Program control.
Explanation
INPUT is used to take data from the user, and OUTPUT is used to show results to the user.
Comments (0)
