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.

Related questions

0 votes
asked May 4 in JAVA by rahuljain1
0 votes
asked Apr 26 in JAVA by SakshiSharma
...