Suppose you want to program behavior that repeats as long as some condition does not occur. To do this, you could use a statement with the following format: ____.

A. doWHILE (true)
B. while (!true)
C. if (NOT condition)
D. while (&& false)

Answer: B

Computer Science & Information Technology

You might also like to view...

A(n) ________ is set of commands and instructions that can be grouped as a single command to accomplish a task automatically

Fill in the blank(s) with correct word

Computer Science & Information Technology

The CSS3 _____________ property allows you to rotate, scale, skew, or move an element

a. display b. transform c. transition d. hover

Computer Science & Information Technology