Search:

Type: Posts; User: Staticity

Search: Search took 0.13 seconds.

  1. [SOLVED] Re: Scanner Issues: Read for more detail, thanks.

    I solved the issue by changing the "==" to .equals().
  2. [SOLVED] Scanner Issues: Read for more detail, thanks.

    while(a < amount){

    int num1 = 2 + (int)(Math.random()*23);
    int num2 = 2 + (int)(Math.random()*23);
    int num3 = 2 + (int)(Math.random()*23);
    int num4 = 2 + (int)(Math.random()*23);

    String...
Results 1 to 2 of 2