Search:

Type: Posts; User: KucerakJM

Search: Search took 0.20 seconds.

  1. Thread: case

    by KucerakJM
    Replies
    64
    Views
    3,088

    Re: case

    The main method is the entry point for a program in Java and if it isn't there it will get mad at you. Create the main method and then use the writeoutput method inside of it.
  2. Thread: case

    by KucerakJM
    Replies
    64
    Views
    3,088

    Re: case

    The closest error message I can get, using Eclipse, is "Void methods cannot return a value" but so long as you didn't change public String bottle(int bottle) to public void bottle(int bottle) I am...
  3. Thread: case

    by KucerakJM
    Replies
    64
    Views
    3,088

    Re: case

    I think posting the exact error message may shed some light on what the root cause is. So, if you haven't figured out this problem please post said message.
Results 1 to 3 of 3