Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

java do while loop.

Name: Anonymous 2010-02-26 15:39

while (1 == 1) {
    if (aktuell.next.data == p) {
        aktuell.next = aktuell.next.next;
        return;
    }
}

I know at some point the if check while be true and return will stop the loop. But there has to be an other command than While (1 == 1).
Thanks

Name: Anonymous 2010-02-26 16:11

>>4
Thank you.  You've saved me the effort of posting.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List