10.1 Registration app source code
10.1 Registration app source code
in);
String name = "SS Academy";
String password = "12345";
int pass = 3;
while (true) {
}
if (pass == 0) {
System.out.println("You used all your chances");
break;
}
}