The statements in the body of a do-while loop are executed

A) exactly once.
B) at least once.
C) only if the test condition is initially true.
D) until the test condition becomes true.
E) forever until the user hits the break key.


B) at least once.

Computer Science & Information Technology

You might also like to view...

If a local variable and a global variable have the same name within the same program, the __________ resolution operator must be used.

a. variable b. ambiguity c. scope d. global e. None of these

Computer Science & Information Technology

The presentation of text and numbers in tables is called ________ format

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which term refers to a program that monitors the types of Web sites you frequent and uses that information to generate targeted advertisements, usually pop-up windows?

A. Spyware B. Adware C. Macro D. Trojan Horse

Computer Science & Information Technology

Which of the following is not a primary expression?

A. x B. 'A' C. "Welcome" D. 2 * 3 E. (x / y)

Computer Science & Information Technology