public static void Main()
Console.WriteLine("How many times would you like to roll the dice?");
string answer = Console.ReadLine();
if (decimal.TryParse(answer, out roll))
for (decimal i = 1; i <= roll; i++)
decimal dice = r.Next(1, 7);
Console.Write(dice + " ");
decimal one = (dice1 / roll) * 100;
decimal two = (dice2 / roll) * 100;
decimal three = (dice3 / roll) * 100;
decimal four = (dice4 / roll) * 100;
decimal five = (dice5 / roll) * 100;
decimal six = (dice6 / roll) * 100;
Console.WriteLine("You rolled a 1 0% of the time");
Console.WriteLine("You rolled a 1 " + one.ToString("##.##") + " % of the time ");
Console.WriteLine("You rolled a 2 0% of the time");
Console.WriteLine("You rolled a 2 " + two.ToString("##.##") + " % of the time ");
Console.WriteLine("You rolled a 3 0% of the time");
Console.WriteLine("You rolled a 3 " + three.ToString("##.##") + " % of the time ");
Console.WriteLine("You rolled a 4 0% of the time");
Console.WriteLine("You rolled a 4 " + four.ToString("##.##") + " % of the time ");
Console.WriteLine("You rolled a 5 0% of the time");
Console.WriteLine("You rolled a 5 " + five.ToString("##.##") + " % of the time ");
Console.WriteLine("You rolled a 6 0% of the time");
Console.WriteLine("You rolled a 6 " + six.ToString("##.##") + " % of the time ");
Console.WriteLine("Would you like to play again? y/n");
string choice = Console.ReadLine();
if (choice == "y" || choice == "Y")