Advertisements
Advertisements
प्रश्न
Which statement in switch case is used to exit the statement once the appropriate choice is found?
पर्याय
Exit
Default
Case
Break
MCQ
Advertisements
उत्तर
Break
shaalaa.com
Introduction of Conditional Statements in Java
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
Which of the following is not a branching statement?
In which loop the condition is evaluated, before executing a statement?
What is meant by conditional statements in JavaScript?
List out the various branching statements in JavaScript?
Write the general syntax for switch statement.
Differentiate the break and continue statement.
What is if statement and write its types.
Rewrite the following code using the if-else statement:
int m = 400;
double cl). = (m>300) ? (m/10.0) * 2; (m/20.0) - 2;Which of the following data type cannot be used with switch case construct?
Which of the following is not true with regards to a switch statement?
