Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Millised nendest tsüklitest töötavad lõpmatuseni?
do {System.out.println("I am an endless loop!");} while (true);
do {
System.out.println("I am an endless loop!");
} while (true);
while (true) {continue;}
while (true) {
continue;
}
while (true) {System.out.println("I am an endless loop!");}
for (;;) {break;}
for (;;) {
break;
for (;;) {System.out.println("I am an endless loop!");}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!