Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a program that asks for username and password Assume that the username is your own name, and password is 'Swordfish' Then ask a user
Write a program that asks for username and password Assume that the username is your own name, and password is 'Swordfish' Then ask a user to enter their username If the name is incorrect, jump back to the beginning of the loop If the name is correct, use concatenation to print 'Hello', your username and 'Enter your password'. If a user inputs the correct password, use concatenation to print Access granted' and your username. Otherwise ask for a password again
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