Which While statement is equivalent to Until num < 100?

(A) While num <= 100
(B) While num >100
(C) While num >= 100
(D) There is no equivalent While statement.


(C) While num >= 100

Computer Science & Information Technology

You might also like to view...

In the study conducted by Pete Marwick of KPMG, what was the determined percentage of failed projects that exceeded their initial schedule estimates by 30 percent or more?

A. 25% B. 63% C. 87% D. 94%

Computer Science & Information Technology

To obtain a parallel stream, simply invoke method __________ on an existing stream.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Referring to the above figure, when you attach a template to your .html page, a warning message prompts you that some content will be moved.  Because two HTML pages are being merged together, it is necessary for Expression Web to ____.

A. add design elements B. add new code C. remove design elements D. remove redundant code

Computer Science & Information Technology

When you insert a new column, the existing columns are shifted to the ____ and the new column has the same width as the column directly to its left

A. right B. up C. down D. left

Computer Science & Information Technology