viernes, 10 de abril de 2015

Ejercicio 16

Al ingresar un algioritmo en el cual el resultado me de "FELIZ AÑO NUEVO"


/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package algo_sec_16;

/**
 *
 * @author HP
 */
public class ALGO_SEC_16 {

    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        // TODO code application logic here
        System.out.println("feliz año nuevo");
    }
}

No hay comentarios:

Publicar un comentario