public static void Main()
Console.WriteLine("Type Start to start!");
string start = Console.ReadLine();
Console.WriteLine("____________________________________");
Console.WriteLine("Type Gamble to gamble!");
string gamble = Console.ReadLine();
Random rnd = new Random();
int num = rnd.Next(-1000000, 1000000);
Console.WriteLine("Money: $" + money);
Console.WriteLine("____________________________________");
Console.WriteLine("You Gambled $" + num + "!");