Computer Science, asked by leishapmenezes, 6 months ago

Decision and control structures in Java
(Class 8)

Write True or False:
1. The if statement block is executed only if the condition results is true.
2. Default is the first statement of the Switch statement.
3. To execute the while loop, the condition is checked in the beginning.
4. For Loop works the same as While Loop.

Answers

Answered by mtahir27
1

Answer:

1-true,2-false,3-true,4-false

Similar questions