TALLER 2 package taller2ejercicio1;
/** * * @author LABORATORIO 7 */ public class Taller2Ejercicio1 {
/** * @param args the command line arguments */ public static void main(String[] args) { System.out.println(" * * * *"); // TODO code application logic here }
} package taller2ejercicio2;
/** * * @author LABORATORIO 7 */ public class Taller2Ejercicio2 {
/**