Multiple choice

The _______ statement allows the user to enter data during program execution.

  1. INPUT

  2. PRINT

  3. LOCATE

  4. REM

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The INPUT statement specifically allows programs to accept user input during execution, as opposed to hardcoded values in LET statements or output-only statements like PRINT.