How many times would the following loop iterate?
```
Set k = 1
While k > 5
Display k
End While
```
a. 0
b. 4
c. 5
d. infinite
a. 0
Computer Science & Information Technology
You might also like to view...
File compression makes files smaller to conserve disk space and make the files easier to transfer
Indicate whether the statement is true or false
Computer Science & Information Technology
Manipulating data in Excel is preferable to changing data in Access
Indicate whether the statement is true or false
Computer Science & Information Technology