Zoo tutorials: [ SQL | Linux | XML ]
ProgZoo: [ Java | C# | VB | C++ | Perl ]
Log in

A Gentle Introduction to
C# Programming

Level
Question
**1) Tests - Checking if two strings are equal
**2) Tests - Checking the start or the end of a string
**3) Tests - Checking the end of a string
**4) Tests - Looking for a substring
**5) Tests - Comparing numbers ==
**6) Tests - Comparing numbers >=
**7) Tests - AND of two conditions &&
**8) Tests - OR of two conditions ||
**9) Tests - Not !

C#

These operators may be used to get a boolean value.
testsoperators on boolean
==
!=
  
&&
||
^
!