conditional statement in .net

The if Statement in .net

by admin on February 4, 2010

If statment is very useful in decision making.  We will examine different ways of using if statment in VB and  C# (Visual basic and C Sharp). The simplest use of an if statement is as follows: if  (<condition>)       <code executed if <test> is true>: In this the code is executed when the test condition [...]

{ 0 comments }