public class Test public Shared Sub Main Dim iNum As Integer Console.WriteLine("Integer: " & iNum.MinValue & " to " & iNum.MaxValue) End Sub End class
Integer: -2147483648 to 2147483647