Thanks! I just did this:
String password = "12345";
String guess = "";
And then I concatenate
guess += (number pressed);
Thanks! I just did this:
String password = "12345";
String guess = "";
And then I concatenate
guess += (number pressed);