codeGK
Code it ALL
If in C# - CodeGK

♦ If in C#

♣ Example1: If in C#

if condition code block is executed when the associated if the given condition is satisfied(true).
In this example, if condition is illustrated.
Example
Input:
Output:
If_else