if (a > 5) { Console.WriteLine("The number `a` is bigger than 5"); } else { Console.WriteLine("The number `a` is smaller or equal than 5"); }