Guest User

Untitled

a guest
Oct 21st, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public class MiNumero {
  2. private int Valor;
  3. private int camValor;
  4.  
  5. public int getCamValor() {
  6. return camValor;
  7. }
  8.  
  9. public void setCamValor(int camValor) {
  10. this.camValor = camValor;
  11. }
  12. public int cambiaNumero(int camValor) {
  13. return Valor = camValor;
  14. }
Add Comment
Please, Sign In to add comment