Multiple choice While using an INPUT statement, how many values can be entered at a time? Only one Two or less One or more 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.