You are on page 1of 1

/*

* To change this license header, choose License Headers in Project Properties.


* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package programa.pkg3.formulario.pkg2.cdcr.pkg202103006;

/**
*
* @author ACER
*/
public class Programa3Formulario2CDCR202103006 {

/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
System.out.println("Articulo: Escudo Hyliano ");
System.out.print("precio: 80 rupias ");
System.out.println("Cantidad: 5 pz");
System.out.println("Fecha de venta: 15 de septiembre de 2021");
System.out.println(" ");
System.out.println("Proveedor: Hyrule Store ");
System.out.print("telefono: 555-497853 ");
System.out.println("Email: HyruleStr@Gmail.com");
System.out.println("Calle: Ciudadela de Hyrule");
System.out.print("No. Interior: 19 ");
System.out.print("No. Exterior: 89 ");
System.out.println("Mzn: 11 ");
System.out.println(" ");
System.out.print("Total de venta: 400 rupias");
}

/se realizo lo mismo aprendido en las dos practicas anteriores

You might also like