#password function
10 messages · Page 1 of 1 (latest)
Because the last else will never run
If length is between 6 and 14, the else if that checks the letters individually will run, thus the last else won't
oh I see, I see. Okay. The other thing that I'm worried about, does the syntax look right with the for loop? Is that correct?
the , should be a ;, and the ; before the ) needs to be deleted
thank you so much
Okay so now I'm getting an error that it's missing a lowercase letter, despite the password containing a lowercase letter
you didnt define it
@sacred forum
This question thread is being automatically closed. If your question is not answered feel free to bump the post or re-ask. Take a look at !howto ask for tips on improving your question.
@sacred forum
This question thread is being automatically closed. If your question is not answered feel free to bump the post or re-ask. Take a look at !howto ask for tips on improving your question.