public static void Main()
Random game = new Random();
Console.WriteLine("How many tickets do you have to gamble with? Enter a number.");
cash = Convert.ToInt32( Console.ReadLine());
Console.WriteLine("You have " + cash + " tickets");
Console.WriteLine("U dont have enough tickets, sucks man");
Console.WriteLine("To start gambling press enter");
Console.WriteLine("You Lost. To start gambling again press enter");
Console.WriteLine("U dont have enough tickets, sucks man");
Console.WriteLine("Yay u won ur prize is nothing :)");