User Profile
Collapse
-
Thank you for the answer :) -
how to limit 3 login attempts?
here are my codesCode:int counter = 0; int i = 0; // for (int i = 0; i <= 3; i++) { while (i < 3) { String au = ausernametxt.getText(); String ap = apasswordtxt.getText(); String pass = "111"; String user = "zsa"; if (user.equals(ausernametxt.getText()) && (pass.equals(apasswordtxt.getText())))
No activity results to display
Show More
Leave a comment: