Multiple choice

When the user enters the incorrect data in response to an INPUT statement, which of the following statements appears on the screen?

  1. Error numeric value expected

  2. Error character string expected

  3. Redo from last entry

  4. Redo from start

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

When the user enters incorrect data type in BASIC INPUT (e.g., text when number expected), the message 'Redo from start' prompts re-entry from the beginning.