Test Persona

  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Test Persona as PDF for free.

More details

  • Words: 40
  • Pages: 1
public class TestPersona { public static void main (String [] args) { Persona Ana= new Persona ("Ana", 30); Persona Manuel= new Persona ("Manuel", 40); System.out.println (Ana.getNombre() + " " + Ana.getEdad()); System.out.println (Manuel.getNombre() + " " + Manuel.getEdad()); } }

Related Documents

Test Persona
May 2020 1
Persona
October 2019 30
Persona Juridica
June 2020 4