0 votes
in JAVA by

Which of the following is not a loop in Java?

A) for loop

B) while loop

C) do-while loop

D) if-else loop

1 Answer

0 votes
by
Answer: D

Explanation: if-else is not a loop in JavA) It is a conditional statement.
...