Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a password generating program by asking at least three of the following questions to the user. You must ask them their date of birth.
Write a password generating program by asking at least three of the following questions to the user.
You must ask them their date of birth.
What is their favorite color:
What is their date of birth:
What is name of the favorite teacher:
What is their favorite sport:
What instrument do they play:
Create a password from the answers to the above questions. Your password must follow some of the
following rules:
The password must be at least characters long.
The password must contain two uppercase letters.
The password must contain at least numbers.
Please write a detailed pseudocode and an explanation of what you used to create the password for
example, I took the last character of one question, first characters of second questions, last
character of the third question, two numbers from the date of birth, changed two digits of one question
to upper case letter etc.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started