Wednesday, May 5, 2010

Have you used a condition like below in c#?


This above code will print false.
This staement can be further modified for function to return a boolen depending on the calculated values like below

The above function will also return return false if called like below.

No comments:

Post a Comment