Computer Science, asked by leishapmenezes, 4 months ago

Decision and control structures in Java
(Class 8)

Fill in the blanks:
1. A _____ is a group of statements enclosed within curly braces.
2. The if statement consists of a _______ expression followed by a statement or block.
3. The ______ statement takes the control out of the switch block after the execution of the case block.
4. The ____________ control structure executes a set of statements repeatedly depending on the value of a condition (boolean expression).
5. The ______ case is optional in switch statement.

Answers

Answered by ranjeet4u2020
1

Answer:

1-Braces

2-Syntax

3-switch

4- iterative

5-default

Explanation:

please mark as brainliest and thanks

Answered by sparklycupcake
1

Answer:

1. block

2. boolean

3. break

4. Iteration (Looping)

5. default

Similar questions