how to make an or if statement C# code example Example: if statement conditions c# int myVar = 0; if (myVar > 3) { //do code }