Klasa walidująca poprawność PESELu.

This commit is contained in:
Piotr Szefler 2021-10-27 18:39:03 +02:00
parent 136cb90a1f
commit b15b17be03

View File

@ -66,7 +66,6 @@ public class PeselValid {
return month; return month;
} }
public int getBirthDay() { public int getBirthDay() {
int day; int day;
day = 10 * PESEL[4]; day = 10 * PESEL[4];