Вы находитесь на странице: 1из 1

public class Principal{ public static void main( String [] args ) { Pessoa x = new Pessoa("Joo", 25); System.out.println( x.

dados() ); x.aniversario(); System.out.println( x.dados() ); } }

Вам также может понравиться