Write a program that prompts the user to enter a password and validates the password. • The program prints "The password is too short." if the password is less than 6 characters. • The program prints "The password is too simple." if the password is at least 6 characters but it does not contain an asterisk character (i.e. *). • The program prints "The password is not strong enough." if the password is at least 6 characters but it does not contain a digit. • Otherwise the program prints "Good job.". The following code fragment checks if the first letter of the password is a digit: System.out.println (Character.isDigit (password.charAt(0))); For example: Input Result coderunner Enter a password: purplex The password is too simple. good Enter a password: The password is not strong enough. helx11234 Enter a password: Good job. Enter a password: The password is too short.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter9: Records (struct)
Section: Chapter Questions
Problem 2PE
icon
Related questions
Question
Write a program that prompts the user to enter a password and validates the password.
• The program prints "The password is too short." if the password is less than 6 characters.
The program prints "The password is too simple." if the password is at least 6 characters but it does not contain an asterisk character (i.e. *).
The program prints "The password is not strong enough." if the password is at least 6 characters but it does not contain a digit.
• Otherwise the program prints "Good job.".
The following code fragment checks if the first letter of the password is a digit:
System.out.println (Character.isDigit (password.charAt(0)));
For example:
Input
Result
coderunner Enter a password:
purple*
hel*l1234
good
The password is too simple.
Enter a password:
The password is not strong enough.
Enter a password:
Good job.
Enter a password:
The password is too short.
Transcribed Image Text:Write a program that prompts the user to enter a password and validates the password. • The program prints "The password is too short." if the password is less than 6 characters. The program prints "The password is too simple." if the password is at least 6 characters but it does not contain an asterisk character (i.e. *). The program prints "The password is not strong enough." if the password is at least 6 characters but it does not contain a digit. • Otherwise the program prints "Good job.". The following code fragment checks if the first letter of the password is a digit: System.out.println (Character.isDigit (password.charAt(0))); For example: Input Result coderunner Enter a password: purple* hel*l1234 good The password is too simple. Enter a password: The password is not strong enough. Enter a password: Good job. Enter a password: The password is too short.
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,