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...

What is the purpose of setting a relationship between two tables?

What will be an ideal response?

Computer Science & Information Technology

Match the following terms to their meanings:

I. viruses II. spyware III. firewall IV. Windows Defender V. Windows Updates A. modifications to the operating system B. computer program that attaches itself to another program and attempts to spread to other computers C. software that helps to protect against unauthorized access of your computer D. software that is often downloaded without your being aware E. antispyware and antivirus software

Computer Science & Information Technology