boolean found = false;int num;int square;while (!found){      num = console.nextInt();      square = num * num;      if (square > 40)          found = true;}The above code is an example of a(n) ____ loop.

A. flag-controlled
B. counter-controlled
C. EOF-controlled
D. sentinel-controlled


Answer: A

Computer Science & Information Technology

You might also like to view...

In the accompanying figure, which callout points to the area you should click first when adding a header or footer?

A. D B. G C. C D. A

Computer Science & Information Technology

Which of the following is NOT true about action buttons?

A) With Action buttons, you can modify an existing shape or combine shapes together to make new shapes. B) Button actions include moving to a previous slide or the next slide, skipping to the first or last slide of the presentation, playing a sound or movie, opening a document, or opening a Help feature. C) Action buttons are available on the Insert tab in the Buttons gallery. D) You can change action button colors to better blend with your presentation.

Computer Science & Information Technology

An area of memory reserved to temporarily hold selections that have been cut or copied from a document is known as the ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

What are two virtualization products available for Mac operating systems?

What will be an ideal response?

Computer Science & Information Technology