Search:

Type: Posts; User: mju516

Search: Search took 0.16 seconds.

  1. [SOLVED] Re: Bad operand types for binary operator '

    Thanks a lot
  2. [SOLVED] Re: Bad operand types for binary operator '

    **Update**

    I just added the following code to my main program, just to see if I would get the same error.


    if (1<2<3)
    System.out.println("Yay");


    I got the exact same error, so I'm...
  3. [SOLVED] Bad operand types for binary operator '

    Okay so my problem occurs when I am trying to compare numbers that I have sent into method. In all six cases, I get "error: bad operand types for binary operator '<' ", and is always pointing at the...
Results 1 to 3 of 3