Module Program Sub Main() Dim rand As Func(Of Integer, Integer) = AddressOf New Random(0).Next Dim cols = {"", "X", "Y", "Z"} Dim rows = 3 Dim result =