Search:

Type: Posts; User: kindk12

Search: Search took 0.07 seconds.

  1. Thread: return

    by kindk12
    Replies
    6
    Views
    1,387

    [SOLVED] Re: return

    class b
    {
    public static void main (String[] args)
    {
    b class1 = new b();
    b.Hours class2 = new b.Hours();

    System.out.println("HOURS IN A DAY: "+ class2.calculateHoursInDays(2));
    }
  2. Thread: return

    by kindk12
    Replies
    6
    Views
    1,387

    [SOLVED] Re: return

    when the error says could not load main class aa7, it probably should be an issue with the name of your file. You should know that in java, the name of the main class should be same as the file name....
Results 1 to 2 of 2