fork download
  1. Imports System
  2.  
  3. Public Class Test
  4.  
  5.  
  6. Public Shared Sub Main()
  7. Dim a As String = "101"
  8. Dim b As Integer = System.Convert.ToInt32(a)
  9.  
  10. If 100 < a And 200 > a then
  11. ' Msgbox ("Number is between 100 and 200");
  12. End If
  13. End Sub
  14. End Class
Success #stdin #stdout 0.01s 24120KB
stdin
Standard input is empty
stdout
Standard output is empty