Guest User

Untitled

a guest
Apr 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Fecha SiguienteDia(){
  2. //Instrucciones
  3. if (this.EsCorrecta()){
  4. this.d = this.d + 1;
  5. if (!(this.EsCorrecta())){
  6. this.d = 1;
  7. this.m = this.m + 1;
  8. this.a = this.a;
  9. if (!(this.EsCorrecta())){
  10. this.m = 1;
  11. this.a = this.a + 1;
  12. }
  13. }
  14. }
  15. return this;
  16. }
Add Comment
Please, Sign In to add comment