Dim sName As String = InputBox("Enter your name") MsgBox(sName) Dim xx As Decimal = InputBox("What is your age") MsgBox(xx)
Comment