Question: Declare a Boolean variable named goodPassword. Use goodPassword to output Vald' if password contains more than 2 letters and password's length is greater than or
Declare a Boolean variable named goodPassword. Use goodPassword to output "Vald' if password contains more than 2 letters and password's length is greater than or equal to 7, and "Invalid' otherwise Ex. If the input is 5d5612, then the cutput is: VaLid Ex: If the input is tjClmG, then the output is: Invalid Note: isaipha0 returns true if a character is alphabetic, and false otherwise. Ex isalpha(a') returns true. isalpha(8) returns false
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
