pablosotol

Clase II

Mar 16th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1.  
  2. public class ClasePrincipal{
  3.        public static void main(String args[]){
  4.               Persona p=new Persona();
  5.               p.sexo='h';
  6.               System.out.printf("El sexo es: ",p.comprobarSexo());              
  7. }      
  8. }
Advertisement
Add Comment
Please, Sign In to add comment