Write a Java program where the user can create a password. The program assesses the strength of the password(a password is strong if it has at least one uppercase comma, one lowercase comma, at least one special symbol, and at least one number). If password is weak, comma, program displays the message"weak password,try again", and the user can keep trying until it is strong. Full stop. If strong, program gives the message. "strong password. Well done. Your new password is.
.( the password)...., Save it somewhere...( new line)...The program will exit in...(time count)... "and the program counts down from five seconds to zero, then closes.(Hint:use appropriate string methods to determine strength of password, and appropriate time methods to count down)
#Can someone kindly help with the code for below..breaking down a problem is really confusing
3 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @leaden saffron! Please use
/closeor theClose Postbutton above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.