Computer Science, asked by bhanusrivastav, 3 months ago

8. 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 statements should be indented properly forb
5. The number of iteration refers to the number of times the condition is met​

Answers

Answered by ayantikakb
0

1. True

2. False

3.

4. True

5. True

Similar questions