Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (dia == 31 && mes == 4 || dia == 31 && mes == 6 || dia == 31 && mes == 9 || dia == 31 && mes == 11 || dia == 31 && mes == 2 || dia == 30 && mes == 2 || dia == 29 && mes == 2 && any %4 != 0 || dia == 29 && mes == 2 && any %100 == 0 && any %400 != 0){
- System.out.print("Aquesta data no és correcta");
- }
Advertisement
Add Comment
Please, Sign In to add comment