Lecture overview -- Keyboard shortcut: 'u'  Previous page: Operators -- Keyboard shortcut: 'p'  Next page: Functions -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Introduction to C# - slide 14 : 43

Commands and Control Structures
Almost all control structures in C can be used the same way in C#
definite-assignment.cs
Demonstrations of definite assignment.
if-demo.cs
Demonstrations of if.
switch-demo.cs
Demonstrations of switch.
foreach-demo.cs
Demonstrations of foreach.
try-catch-demo.cs
Demonstrations of try catch.