Multiple choice

While using an INPUT statement, how many values can be entered at a time?

  1. Only one

  2. Two or less

  3. One or more

  4. INPUT statements do not accept values

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

The INPUT statement can accept multiple values in a single entry. Values are separated by commas, allowing one or more data points to be entered at once.