public static void Main()
Console.WriteLine(" Please enter the number of times you would u like to roll the dice. ");
string x = Console.ReadLine();
if(ulong.TryParse(x, out rolls))
for(ulong i = 1; i<=rolls;i++)
for(ulong d = 1; d<=rolls;d++)
{decimal s = r.Next(1,7);
decimal per1 = count1/rolls*100M;
Console.WriteLine("You have rolled a 1" + per1.ToString("##.##")+ "% of the time");
for(ulong a = 1; a<=rolls;a++)
{decimal v = r.Next(1,7);
for(ulong u = 1; u<=rolls;u++)
{decimal d = r.Next(1,7);
{Console.WriteLine(" Please enter an appropriate number");