ejercicio 1 del curso que tiene que emitir un mensaje : "sistemas I".
package ejemplos;
import java.io.*;
/**
*
* @author CLAUDIA INGA AREVALO
*/
public class Ejemplos {
/**
/ * @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
System.out.print("sistemas I");
}
}
No hay comentarios:
Publicar un comentario