Question: Question 10 Every statement must be executed in which control structure procedural selection O sequential O repetition Question 11 The if/else selection structure can always

Question 10 Every statement must be executed in which control structure procedural selection O sequential O repetition Question 11 The if/else selection structure can always do what the switch structure does but the reverse is not true True False Question 12 Which is a correct declaration for a number double num1 - 14; double Num1 - 14.0 final double num1 - 14.0, final NUM1 - 14.0 Question 14 The scope of a variable is based upon the block where its declared the top of the main method its first use in an assignment statement the for loop it is used in as the first value Question 15 A switch statement must have a break; in it O True False Question 16 A switch statement must have a default case option True False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
