public static void Main()
Console.WriteLine("do you have a ticket");
string ticket = (Console.ReadLine()).ToUpper();
Console.WriteLine("you can watch the movie");
Console.WriteLine("do you have a membership");
string membership = (Console.ReadLine()).ToUpper();
if (membership == "YES"){
Console.WriteLine("you can watch the movie");
Console.WriteLine("you cant watch the movie");