If Else in C# | Chapter 6
Conditional statements allow you to make decisions in your code based on certain conditions. The most commonly used conditional statements in C# are **if**, **else if**, and **else**.
Conditional statements allow you to make decisions in your code based on certain conditions. The most commonly used conditional statements in C# are **if**, **else if**, and **else**.