Dim RandomClass As New Random()
dice = RandomClass.Next(1,7)
count(dice) = count(dice) + 1
If count (i) > Highest Then
If count(i) < lowest Then
Console.WriteLine("Count of " & i & "s = " & Count (i))
Console.WriteLine("Highest: " & Highest)
Console.WriteLine("Lowest: " & Lowest)
Console.WriteLine("Range: " & Highest-Lowest)