What are the consequences of writing selection structures to include an unnecessary nested selection structure?
A. always incorrect results
B. less efficient code
C. always correct results
D. more efficient code
Answer: C
You might also like to view...
A JTextArea ________.
a. provides a bounding box used for the layout of JTextFields b. wraps lines by default c. provides an area for manipulating multiple lines of text d. provides scrollbars for JTextFields
What does the following program print?
``` // Mystery2.java public class Mystery2 { public static void main(String[] args) { int count = 1; while (count <= 10) { System.out.println(count % 2 == 1 ? "****" : "++++++++"); ++count; } } } ```
To select the ROUND function, you click the ________ button in the Function Library group on the Formulas tab
A) Trig B) Statistics C) Math & Trig D) Math & Statistics
Styles can be created and applied from the Styles group on the ________ tab
Fill in the blank(s) with correct word