Search:

Type: Posts; User: Norm

Search: Search took 0.32 seconds.

  1. Thread: help with errors

    by Norm
    Replies
    3
    Views
    1,351

    Re: help with errors

    if (arrival.toMinutes()
    The variable: arrival is not a class object. It is an int. ints do not have methods.


    The variable: hours is a class variable that only exists when there is an instance...
  2. Thread: help with errors

    by Norm
    Replies
    3
    Views
    1,351

    Re: help with errors

    Please copy full text of error message and paste it here. Here is a sample:


    TestSorts.java:138: cannot find symbol
    symbol : variable var
    location: class TestSorts
    var = 2;
    ...
Results 1 to 2 of 2