MC A while structure allows the programmer to specify that an action should repeat while a:

a) specific condition remains false.
b) specific condition remains true.
c) specific condition remains either true or false.
d) None of the above.

b) specific condition remains true.

Computer Science & Information Technology

You might also like to view...

When you press Enter and formatting marks are turned on, you will see a ________ at the point where you pressed enter

A) Paragraph Symbol B) Section Break C) Soft Return D) Page Break

Computer Science & Information Technology

A full binary tree of height n has _________________ leaves.

a) 2 n b) 3n c) 2n d) 2(n+1) e) 3(n+1)

Computer Science & Information Technology