Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Task : Express the following as a FLOWCHART. Plan and write a python program that asks a user to set a username and password that
Task: Express the following as a FLOWCHART.
Plan and write a python program that asks a user to set a username and password that is at least 12 characters long. The program should check to see that the password is long enough, and if it is too short the program should ask the user to type in a new password. After setting the password the user should be asked to re-enter their password to check that they know their password. If the user gets their password wrong, they should be prompted to re-enter their password until they get it correct. You should assume users of the software have no technical experience and may not always enter data in the range expected. Ensure you prompt the user assuming they have no understanding of how the program functions. Your program should not exit unexpectedly
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