Write 'T' for True and 'F' for False against each statement.
(a) The initialization expression of a FOR loop must be followed by a semicolon.
(b) There is no need to use break statement in the switch case statement.
(c) Do-while is an entry controlled looping statement.
(d) Statements which appears within the do-while loop are executed at least once.
Answers
Answered by
9
(a)T
(b) F
(c) F
(d) T
Mark me brainlest.
for more java doubts follow me
Answered by
1
Answer:
T
F
F
T
make me brainest plz
Similar questions