Search:

Type: Posts; User: 03EVOAWD

Search: Search took 0.46 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...
  6. Replies
    2
    Views
    4,081

    Re: JOptionPane Question/ Printing

    Thanks for the help I was able to figure out what I was doing wrong.....
    I really appreciate how you broke it down in the text for me that went a long way for me....thanks again

    I have scanner...
  7. Replies
    2
    Views
    4,081

    JOptionPane Question/ Printing

    I am not sure what I am doing that is causing it not to print. I havent completly finished the program yet, I have decided to just try and get it to print right first...haha. My math was right but it...
  8. Java program to display single and plural words

    Hi all I am having some issues with an assignment I need some guidance with the red wording the rest I have been able to finish. Give me a hint or something....thanks

    Write a Java program that...
  9. Replies
    5
    Views
    2,443

    [SOLVED] Re: Help with dialog box

    Wow.....Thanks for the quick reply
  10. Replies
    5
    Views
    2,443

    [SOLVED] Help with dialog box

    All,

    Hello...I am extremely new to the java scene, I am working on my first assignment in my java class. My problem is I cannot get my input in String Degrees to calculate and then display my the...
Results 1 to 10 of 10