fork download
  1. Import System
  2.  
  3. Public Class Test
  4. Public Shared Sub Main()
  5. Dim A,B,C as Integer
  6. Console.Write(¨Digite primer numero¨)
  7. A=Convert.ToInt32(Console.ReadLine())
  8. Console.Write(¨Digite segndo numer¨)
  9. B=Convert.ToInt32(Console.ReadLine())
  10. Console.Write(¨Digite tercer numero¨)
  11. C=Convert.ToInt32(Console.ReadLine())
  12. If(A>B and A>C)Then
  13. mayor=A
  14. Console(A)
  15. else
  16. If (B>A and B>C)Then
  17. mayor=B
  18. CWL(B)
  19. else
  20. mayor=C
  21. CWL(C)
  22. End If
  23. End If
  24. End Sub
  25.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Visual Basic.Net Compiler version 0.0.0.5914 (Mono 2.4.2 - r)
Copyright (C) 2004-2008 Rolf Bjarne Kvinge. All rights reserved.


/home/pmxMbp/prog.vb (1,8) : Error VBNC30203: Not valid as identifier.
/home/pmxMbp/prog.vb (6,16) : Error VBNC30037: Symbol is not valid.
/home/pmxMbp/prog.vb (7,1) : Error VBNC90019: Expected ')'.
Error recovery not implemented yet.
/home/pmxMbp/prog.vb (8,16) : Error VBNC30037: Symbol is not valid.
/home/pmxMbp/prog.vb (9,1) : Error VBNC90019: Expected ')'.
Error recovery not implemented yet.
/home/pmxMbp/prog.vb (10,16) : Error VBNC30037: Symbol is not valid.
/home/pmxMbp/prog.vb (11,1) : Error VBNC90019: Expected ')'.
Error recovery not implemented yet.
/home/pmxMbp/prog.vb (25,1) : Error VBNC90019: Expected 'End'.
Error recovery not implemented yet.
There were 8 errors and 0 warnings.
Compilation took 00:00:00.6811350
stdout
Standard output is empty