Multiple choice

Which statement is the best for entering data to programs, where the data changes often?

  1. PRINT

  2. LET

  3. INPUT

  4. PROMPT

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

INPUT is designed for interactive data entry where values change frequently. PRINT only outputs, LET assigns fixed values, and PROMPT is not a standard BASIC statement.