Advertisement
Fhernd

OperacionesIlegales.cs

Sep 29th, 2014
920
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.21 KB | None | 0 0
  1. class OperacionesIlegales
  2. {
  3.     public static void main()
  4.     {
  5.         int enteroSimple = 3;
  6.         string cadenaDeTexto = "¡Hola Mundo!";
  7.  
  8.         int division = enteroSimple / cadenaDeTexto;
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement