Search:

Type: Posts; User: tripline

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    1,239

    Re: So Lost with void method

    I have no reason to keep anything from the thread.
    Blue J error = cannot find symbol - method method (int)
    That will be the complete and only error that generate until i fix it.
  2. Replies
    7
    Views
    1,239

    Re: So Lost with void method

    BlueJ only shows me one error at a time, and I am only asking for a hint on my current error, not to fix the entire script for me.

    tle - the for statement already defined i did it not?
  3. Replies
    7
    Views
    1,239

    So Lost with void method

    I get the error cannot find symbol - method method (int)

    public class huh
    {
    public static void method1()
    {
    System.out.println("I wonder who wrote the book on love");
    }
    public static void...
Results 1 to 3 of 3