I have a compilation error using bluej java.
Here is the code:
while input.equals(!"q")
This is the error I get: '('
Could you please help me thanks :)
If i add to a semicolon to the end like this:
while input.equals(!"q");
I still get the same error.