Search:

Type: Posts; User: 03EVOAWD

Search: Search took 0.09 seconds.

  1. Re: Need help...JOPTIONPANE GOTO VERY BOTTOM FOR UPDATED QUESTION

    Okay I made some progress......

    I decided to just get it working in the CMD prompt and then worry about JOptionPane later now I cant get it to print in JOptionPane like it does in the CMD Prompt. ...
  2. Re: Need help...Missing Return Statement

    find the first thousand prime numbers and display every ten prime numbers in a row, ----eventually

    Right now I just want it to ask me to input a value
  3. Re: Need help...Missing Return Statement

    I have called the method in a seperate class and now there are no errors at all not in compiling or running but when I run the program nothing happens...

    updated program caller is located below
    ...
  4. Re: Need help...Missing Return Statement

    Thanks it did stop that error and the program compiles now.....

    But alas another error:
    Exception in thread "main" java.lang.NoSuchMethodError:main

    Gotta love it
  5. Prime number generator program missing return statement

    Below is what I am trying to get to but I keep getting a compiler error of a missing return statement that looks like this:

    PrimeNumber.java:85: missing return statement
    }//End Method

    I dont...
Results 1 to 5 of 5