fork download
  1. Imports System
  2.  
  3. Public Class Test
  4. Public Shared Sub Main()
  5. ' your code goes here
  6. End Sub
  7. End Class
Success #stdin #stdout 0.02s 23968KB
stdin
X = Inputbox ("ادخل درجة طالب")
If (x>0)Then 
Print x
Else 
Print y
End if
stdout
Standard output is empty