How many times will this for loop execute? (Note: i is an int.)
```for(i = 100; i > 0; --i) ```
A. 0, the loop will not execute
B. 99
C. 100
D. The loop is not written correctly. It would not compile.
C
Computer Science & Information Technology
You might also like to view...
The Standard Buttons toolbar displays the current Web page
Indicate whether the statement is true or false
Computer Science & Information Technology
Sketch the tree that results from removing element 35 from the tree below:
(45) / \ (30) (60 82) / \ / \ (22) (35 50) (51 55) (87) What will be an ideal response?
Computer Science & Information Technology