Learn C#, VB.net with Samples in 1 Day






Selection Statements
if..else Evaluate Boolean expression, if it is true then execute the IF part otherwise ELSE part
ternary used as if statement shorthand
switch executes only 1 CASE/DEFAULT statement from many cases based on SWITCH condition


Test your .net skills with Quiz