Search:

Type: Posts; User: StephenCoyle

Search: Search took 0.08 seconds.

  1. Replies
    32
    Views
    3,919

    Re: missing return statement need help!!

    Thanks for letting me know. I just wasn't sure and didn't want to take the chance.
  2. Replies
    32
    Views
    3,919

    Re: missing return statement need help!!

    the typing error of Void instead of void is the problem. Your code will compile when you change it (I have BlueJ and it compiles). I don't think I could have directly told you as I have a mark...
  3. Replies
    32
    Views
    3,919

    Re: missing return statement need help!!

    check over your code and make sure you have the basic outline for java typed out correctly. Remember that Java is case sensitive.
  4. Replies
    32
    Views
    3,919

    Re: missing return statement need help!!

    You don't seem to require a return statement for your code. You only have 1 method declared. I take it your using BlueJ. Just take a look at how you have declared your main method.
Results 1 to 4 of 4