Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Thread: Bluej issue

    by Norm
    Replies
    16
    Views
    2,318

    Re: Bluej issue

    Would a container like an ArrayList solve your problem?
  2. Thread: Bluej issue

    by Norm
    Replies
    16
    Views
    2,318

    Re: Bluej issue

    Define a variable for each type
    or put the different types into an array or arraylist.

    Done for tonight. Back tomorrow.
  3. Thread: Bluej issue

    by Norm
    Replies
    16
    Views
    2,318

    Re: Bluej issue

    Add // after the ; and the compiler should be happy.

    You never explained what you are trying to do
    nor have you posted the code with the error.
    I can't see over your shoulder to know what is...
  4. Thread: Bluej issue

    by Norm
    Replies
    16
    Views
    2,318

    Re: Bluej issue

    That seems like a very clear error message. What is the problem you are having with it?
    The compiler wants a ; so add a ; where the compiler is telling you to put it.
  5. Thread: Bluej issue

    by Norm
    Replies
    16
    Views
    2,318

    Re: Bluej issue

    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;
    ...
  6. Thread: Bluej issue

    by Norm
    Replies
    16
    Views
    2,318

    Re: Bluej issue

    A variable can be assigned one value with an assignment statement.
    I have no idea what that statement is trying to do. You can't make up new syntax that the compiler does not understand. You...
  7. Thread: Bluej issue

    by Norm
    Replies
    16
    Views
    2,318

    Re: Bluej issue

    Please post the full text of the compiler error messages and the code that is causing the errors, not just part of the message, the full text.

    The || operator has boolean operands, not Strings....
  8. Thread: Bluej issue

    by Norm
    Replies
    16
    Views
    2,318

    Re: Bluej issue

    Please post the full text of the compiler error messages and the code that is causing the errors.
Results 1 to 8 of 8