Module 12 - Windows Forms
Module 12 - Windows Forms
Module 12 - Windows Forms
Windows Forms
By
SRIRAM . B
Overview
Statement
Selection
Iteration
Jump
Statements
Statements are the smallest unit of
execution in C# programs. They can be
grouped into sequences using curly braces.
These are called Compound Statements or
Blocks. A compound statement can be used
in place of simple statement.
C# provides variety of statements. Most of
the statements are similar to C,C++,Java.
The statements in C# can be categorized as:
Selection Statements
Iteration Statements
Jump Statements
Selection Statements