B. Fill in the blanks:
1. The break statement transfers the control to the
following the switch statement.
statement
2. User input is accepted using
line arguments.
3.
operators are known as ternary operators.
4. The
statement helps in creating a true block of statements.

Answer :

Answer:

Sure, here are the answers to fill in the blanks:

1. The break statement transfers the control to the **statement following** the switch statement.

2. User input is accepted using **command line arguments**.

3. **Conditional** operators are known as ternary operators.

4. The **if** statement helps in creating a true block of statements.