What is the purpose of the "switch" statement in Java?
A. To define methods
B. To create loops
C. To perform different actions based on the value of an expression
D. To declare variables
Answer: Option C
A. To define methods
B. To create loops
C. To perform different actions based on the value of an expression
D. To declare variables
Answer: Option C
What is the purpose of the "if" statement in Java?
A. To execute a block of code conditionally
B. To create loops
C. To declare variables
D. To define methods
A. No output
B. Error
C. Hello
D. 5
Join The Discussion