public static void Main()
Console.WriteLine("Welcome to Lucky 14's");
Console.WriteLine("How many 14s do you want");
string fourteens2 = Console.ReadLine();
fourteens = Convert.ToInt32(fourteens2);
Console.WriteLine("Please enter in a valid number!");
Random rG = new Random();
sum = dR1 + dR2 + dR3 + dR4;
Console.WriteLine("The odds of rolling a 14 is 1 in " + Division);
Console.WriteLine("Amount of rolls: " + count);