Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PLEASE WITRE IN JAVA PLEASE Imagine you are developing a software package for Amazon.com that requires users to enter their own passwords. Your software requires

image text in transcribedimage text in transcribed

PLEASE WITRE IN JAVA PLEASE

Imagine you are developing a software package for Amazon.com that requires users to enter their own passwords. Your software requires that users' passwords meet the following criteria: - The password should be at least six characters long. - The password should contain at least one uppercase and at least one lowercase letter. - The password should have at least one digit. Write a class that verifies that a password meets the stated criteria. Demonstrate the class in a program that allows the user to enter a password and then displays a message indicating whether it is valid or not. What is your name?-> James Bond Hello James Bond. This is top secret data and you need to create a password to keep it safe... Your password must meet the following characteristics to be created. 1. At least six characters long 2. At least one uppercase and one lower case digit 3. At least one digit Enter password: SCCC Password not accepted. What is your name?->James Bond Hello James Bond. This is top secret data and you need to create a password to keep it safe... Your password must meet the following characteristics to be created. 1. At least six characters long 2. At least one uppercase and one lower case digit 3. At least one digit Enter password: SCCC is the number 1 ! Thank you! Your password has been created and logged....Keep it secret

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advanced MySQL 8 Discover The Full Potential Of MySQL And Ensure High Performance Of Your Database

Authors: Eric Vanier ,Birju Shah ,Tejaswi Malepati

1st Edition

1788834445, 978-1788834445

More Books

Students also viewed these Databases questions

Question

demonstrate the importance of induction training.

Answered: 1 week ago