Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. class Usuario
  2. {
  3. private int marca;
  4.  
  5. public Usuario()
  6. {
  7. marca = 0;
  8. }
  9. public increaseScore()
  10. {
  11. marca = puntos;
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement