This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Worldwide", | |
"placeType": { | |
"code": 19, | |
"name": "Supername" | |
}, | |
"url": "http://where.yahooapis.com/v1/place/1", | |
"parentid": 0, | |
"country": "", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Ejemplo "Hola Mundo" | |
// Programa fuente: Greeting.java | |
// | |
// Declaraci?n de la clase Greeting. | |
public class Greeting { | |
private String salutation; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Actividad número 2 | |
Problema 1: Determinar si un número entero es positivo o negativo | |
*/ | |
class Tarea2{ | |
public static void main(String arg[]){ | |
int numero=0; |