Dim objrandom1 As System.Random
objrandom1 = New Random(Environment.TickCount)
callingsuit = objrandom1.Next(1, 5)
Console.WriteLine("SPADES")
Else If callingsuit = 2 Then
Console.WriteLine("HEARTS")
Else If callingsuit = 3 Then
Console.WriteLine("DIAMONDS")
Else If callingsuit = 4 Then
Console.WriteLine("CLUBS")
Dim objrandom As System.Random
objrandom = New Random(Environment.TickCount)
callingcard = objrandom.Next(1, 14)
ElseIf callingcard = 12 Then
ElseIf callingcard = 13 Then
ElseIf callingcard = 1 Then
Else: Console.WriteLine(callingcard)