fork download
  1. Dim a as string = "101";
  2. Dim b as Int = System.Convert.ToInt32(a);
  3. ff
  4. If 100 < a And 200 > a then
  5. Msgbox ("Number is between 100 and 200");
  6. End If
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty