Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Java-logical negation operator

Options
  • 19-07-2012 6:33pm
    #1
    Closed Accounts Posts: 799 ✭✭✭


    Hi,

    Im just looking through some sample code and Im a bit confused.Am I reading this bit of code correctly?
              iVar1=0;
              iVar2=1;
              if(! (iVar1 <= iVar2)){}
    
    Does that equate to false?


Comments

  • Registered Users Posts: 11,979 ✭✭✭✭Giblet


    yep


  • Closed Accounts Posts: 799 ✭✭✭Logical_Bear


    Thanks Giblet,dont have enough posts to thank yours!

    In the book it never says what the out come was...


Advertisement