Search:

Type: Posts; User: andreas90

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    2,117

    Re: One of the most simple loop awnsers

    "Never" is relative. You want it to stop at some time. You can keep a variable for that reason and evaluate it in a loop. while and do...while loops can be used such way that the loop keeps going...
  2. Replies
    8
    Views
    2,117

    Re: One of the most simple loop awnsers

    Hello Firestar912!
    You mean something like that

    public class Test {
    public static void main(String[] args) {
    //do something
    Test.main(args);
    }
    }
Results 1 to 2 of 2