public static void Main()
Console.WriteLine("Welcome! Tickets are $5. Please insert cash (No coins at the moment).");
int cash = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Sorry, that's not enough money try again.");
Console.WriteLine("Here is your ticket! Enjoy the movie!");
Console.WriteLine("Here is your ticket and extra change! Enjoy the movie!");
Console.WriteLine("🎫" + change + " 🪙");