dim Dice,dice1,total as integer
dim even() as integer = {2, 4, 6, 8, 10, 12}
Console.WriteLine(dice & " and " & dice1)
console.writeline(" player one has " & total & " Points after round one!")
Public Function GetRandom(ByVal Min As Integer, ByVal Max As Integer) As Integer
Static Generator As System.Random = New System.Random()
Return Generator.Next(Min, Max)