In the case of an infinite while loop, the while expression (that is, the loop condition) is always true.

Answer the following statement true (T) or false (F)

True

Computer Science & Information Technology

You might also like to view...

Which of the following buttons is NOT in the Photo Album dialog box?

A) Rotate B) Contrast C) Flip D) Brightness

Computer Science & Information Technology

Which of the following for headers is not valid?

a. for (int i{0}; i <<10; i++) b. int i{0}; for (; < 10; i++) c. for (int i{0}; int j{5}; ; i++) d. All of the above.

Computer Science & Information Technology