Module Program Sub Main() Const ROWS = 3 Const COLS = 3 Dim rand As New Random(0) Dim getNumber = Function() rand.Next(10000) Dim result =