Guest User

Untitled

a guest
Jan 15th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. public boolean es_MAYOR_de_Edad()
  2. {
  3. if (Edad<=17) // Utilizo condicionales
  4. if else (Edad>=18) //Por ejemplo para mayor
  5.  
  6. return ¿?;
  7.  
  8. }
Add Comment
Please, Sign In to add comment