How many times will this for loop execute? (Note: i is an int.) for(i = 0; i < 10; --i)

A. 0, the loop will not execute
B. 9
C. 10
D. It is an infinite loop.

D. It is an infinite loop.

Computer Science & Information Technology

You might also like to view...

________ of Office Web Apps is free, and requires only a Windows Live ID and a computer with an Internet connection and supported browser software.

a. Business use b. Open license use c. Personal use d. Institutional use

Computer Science & Information Technology

? In the figure above, which lines of code set the formatting for the footer?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology