Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,206

    Re: Simple interface example giving erors

    The compiler wants the variables to be assigned a value. That is done with the = followed by a value.
    Have you read the Tutorial on how to write an interface:
    Start here: // Trail: Learning the...
  2. Replies
    5
    Views
    1,206

    Re: Simple interface example giving erors

    Where did you get this example from?

    final static int a,b;
    Why do you have this statement in the interface?


    The compiler is confused by what looks like the start of a new method within...
  3. Replies
    5
    Views
    1,206

    Re: Simple interface example giving erors

    You forgot to post the full text of the error message.
Results 1 to 3 of 3