How many times will the following loop print hello?

i = 1;
while ( i <= 10 )
cout << "hello";

a. 0.
b. 9.
c. 10.
d. An infinite number of times.

d. An infinite number of times.

Computer Science & Information Technology

You might also like to view...

Whenever you want to maintain continuity between data in two programs, you should consider linking the data

Indicate whether the statement is true or false

Computer Science & Information Technology

The ________ ________ feature in Word combines a data source and a main document into a set of customized letters or labels

Fill in the blank(s) with correct word

Computer Science & Information Technology