0 votes
in JAVA by

 Which of the following is NOT a type of loop in Java?

a) for loop

b) while loop

c) do-while loop

d) until loop

1 Answer

0 votes
by
Answer: d) until loop

Explanation: There is no “until” loop in Java.
...