age< 18 ? Console.WriteLine("Too Young") : Console.WriteLine("Old enough");
I am trying to get this line of code to run but keep getting CS0201