int x=15, y=5; Console.WriteLine("----- Logic Operators -----"); Console.WriteLine(x > 10 || 100 > x);