Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,140

    Re: GUI Lotto Program Not Compiling

    .java files are not executable, they are just source files. .class files are compiled java files, which can be ran from the command line. However, if you want a file you can double-click and run, you...
  2. Replies
    3
    Views
    1,140

    Re: GUI Lotto Program Not Compiling

    for(int i = 1; i < 50; 1++) { nums[i] = i; }

    for(int i = 1; i < 50; 1++)

    I think you mean those to be i++ not 1++
Results 1 to 2 of 2