0 votes

Which of the following is not a loop in Java?

A) for loop

B) while loop

C) do-while loop

D) if-else loop

in JAVA by

1 Answer

0 votes
Answer: D

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