Description of Control Statements :
This is an useful tutorial for the beginners to learn about the various controls statements in C#. In this tutorial the author clearly explains how to use if then else selection, multiple if then else selection, switch statement, various looping statements such as for loop, do while loop, for each loop etc with a sample program.