Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Need it in Java Programming language COMP 163-Intro to Computer Programming Strong Password Generator Upload your solution to the Blackboard Dropbox Due Date: 02/11/201910 AM

Need it in Java Programming language image text in transcribed
COMP 163-Intro to Computer Programming Strong Password Generator Upload your solution to the Blackboard Dropbox Due Date: 02/11/201910 AM (NO EXTENSIONS Write a program that will generate a strong password derived from the user's input A sample1 run of the program Please enter your first name: Anthony Pwd so far: An Please enter your last name: sMith Pwd so far: AnSm Please enter your 2-digits favorite number: 23 Pwd so far: AnSm23 Please enter your City of Birth: greEnsBoro Pwd so far: AnSm2 3Gr Your 2-digits random number: 15 Your Final Pwd is: AnSm23Gr1.5 A sample2 run of the program Please enter your first name: samantha Pwd so far: Sa Please enter your last name: black Pwd so far: SaBl Please enter your 2-digits favorite number: 89 Pwd so far: SaB189 Please enter your City of Birth: dUrhaM Pwd so far: SaB18A9Du Your 2-digits random number: 14 Your Final Pwd is: SaB18 9Dul.4 Note that the first Character is changed to uppercase & the second character is changed to lower case (in the name, last name, and city of birth) when added to the password. Note that the 2-digit favorite number is separated by a is separated by a and the 2 digit random number Submit one Zipped (upload to BB DropBox) file containing your Source Code (java) with 2 Sample Runs (.doc or docx). DO NOT EMAIL ME OR THE TA YOUR LAB SOLUTIONS

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

Modern Database Management

Authors: Heikki Topi, Jeffrey A Hoffer, Ramesh Venkataraman

13th Edition

0134773659, 978-0134773650

More Books

Students also viewed these Databases questions

Question

1. Who should participate and how will participants be recruited?

Answered: 1 week ago

Question

3. How would this philosophy fit in your organization?

Answered: 1 week ago

Question

How would you assess the value of an approach like this?

Answered: 1 week ago