What input can cause this loop to end?
```
Declare Number, ComputerNumber As Integer
Do
Write “Please enter a number: “
Input Number
ComputerNumber = Number + 1
Write Number
While Number <= ComputerNumber
Write “The End”```
a. 12
b. 0
c. 1
d. Nothing would cause this loop to end; it is an infinite loop.
D
Computer Science & Information Technology
You might also like to view...
Any friend you make on Google+ must be added to at least one of your circles
Indicate whether the statement is true or false
Computer Science & Information Technology
Content referenced by an entity can be either _____.
A. persistent or consistent B. parsed or unparsed C. static or dynamic D. well-formed or unique
Computer Science & Information Technology