public class Programming {
public static void main(String[] args) {
// Scanner scan = new Scanner( System.in );
int l = 0;
StringBuilder password = new StringBuilder();
l = password.length();
for (l = 1; l < 100; l++) {
if (l > 0 || l < 100) {
System.out.println("Your password has the correct length");
}
}
if (l < 0 || l > 100) {
System.out.println("Your password does NOT have the correct length");
}
for (int i = 0; i < 127; i++) {
}
}
}
ループを実行して、PasswordGenerator クラスによって生成された最初の文字を特定する方法を考えていました。ドキュメントはこちらですが、各文字は 0 ~ 127 の標準 ASCII コードにすぎません。その後、各文字を追加して文字列にする必要があります。パスワードの長さは 0 から 100 の間です (上記)。