Multiple choice The _______ statement allows the user to enter data during program execution. INPUT PRINT LOCATE 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.