Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class OperacionesIlegales
- {
- public static void main()
- {
- int enteroSimple = 3;
- string cadenaDeTexto = "¡Hola Mundo!";
- int division = enteroSimple / cadenaDeTexto;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement