Computer Science, asked by harshika78, 8 days ago

State True or False :

1. The break statement takes the flow of control out of the switch statement.

2. To execute the while loop, the condition must be false in the beginning.

3. Default is the first statement of the switch case.

4. While writing programs, the statement should be indented properly for better readability.

5. The number of iteration refers to the number of times the condition is met. ​

Answers

Answered by s1051mvprav22504
1

Answer:

1): True

2): False

3): True

4): True

5): True

Explanation:

hope it's helpful

Similar questions