public static void Main()
Console.WriteLine("Welcome! Tickets are 5$. Please insert cash.");
int cash = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("That's not enough money. Put in " + extra + "$ more");
Console.WriteLine("Here is your ticket.");
Console.WriteLine("Here is your ticket and " + change + " dollars in change");