Question: TRUE OR FLASE 1. The else statement is required in using if statement 2. The else statement will always be executed when the conditional expression

TRUE OR FLASE 1. The else statement is required in using if statement 2. The else statement will always be executed when the conditional expression is evaluated false, 3. You can have any number of case statement within a switch 4. The default block can be placed at the end of the switch 5. If no break appears in case, the flow of control will fall to the default 6. The constant expression for a case can be a variable 7. If the conditional expression is evaluated to false, statements inside the body of for loop are executed. 8. The statement for :) will lead to syntax error 9. A while loop requires conditional expression
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
