Notice: session_start(): A session had already been started - ignoring in /home/u614325693/domains/onedoubt.com/public_html/post.php on line 3
Logical - ONEDOUBT.COM

Logical

C# Logical Operators

 

Logical Operators

As with , you can also test for True or False values with logical operators.

Logical operators are used to determine the logic between variables or values:

Operator Name Description Example Try it
&&  Logical and Returns True if both statements are true x < 5 &&  x < 10  
||  Logical or Returns True if one of the statements is true x < 5 || x < 4  
! Logical not Reverse the result, returns False if the result is true !(x < 5 && x < 10)  

You will learn more about comparison and logical operators in the and chapters.


 
Logical

Login
ADS CODE