Conditional constructs is used to transfer execution control to the
correct path based on comparison result. The conditional constructs
determine runtime that which statements need to be executed. It uses
comparison result for determining correct path of execution.
If else, switch case are used for comparing value. In this chapter you will learn about conditional constructs in C#.
If else, switch case are used for comparing value. In this chapter you will learn about conditional constructs in C#.
List of Contents
Conditional Constructs
- Chapter 1: if-else constructs
- Chapter 2: switch-case constructs
- Chapter 3: Examples
Comments
Post a Comment