C# if-else Statement
As we saw in If statement only execute the code if the condition is true, but if the condition is not true then what to do? For this purpose we have C# if-else Statement. An if-else statement in C# is used to tells the code what to do next when the if condition is not … Read more