subject
Computers and Technology, 15.04.2020 02:05 bri9263

You have been asked to write a username validation program for a small website. The website has specific rules on what constitutes a valid username, including: All usernames must be between 8 and 15 characters long Usernames can only contain alphabetic (a-z and A-Z) and numeric characters (0-9) - no special characters are allowed. The first character in a username cannot be a digit Usernames must contain at least one uppercase character Usernames must contain at least one lowercase character Usernames must contain at least one numeric character Write a program that asks the user to enter in a username and then examines that username to make sure it complies with the rules above. Here's a sample running of the program - note that you want to keep prompting the user until they supply you with a valid username:

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 03:30
Many everyday occurrences can be represented as a binary bit. for example, a door is open or closed, the stove is on or off, and the fog is asleep or awake. could relationships be represented as a binary value? give example.
Answers: 1
question
Computers and Technology, 24.06.2019 05:50
What all vehicles has tesla inc. created over the years
Answers: 3
question
Computers and Technology, 24.06.2019 07:00
Why do we mark tlc plates with pencil and not with pen
Answers: 2
question
Computers and Technology, 24.06.2019 17:40
Pseudocode pld #6, pg. 117 start// declarations// number numbertoguess// number myguess; numbertoguess = 92// while myguess ! = numbertoguess// output " guess an integer number between 1 and 100"// input myguess// if (myguess == numbertoguess)// output "you guessed the correct number"// else// output "the number you guessed was incorrect. try again! "// end if// end while// output " for playing the guessing game. have a great day! "// stop
Answers: 3
You know the right answer?
You have been asked to write a username validation program for a small website. The website has spec...
Questions
question
Mathematics, 11.04.2020 02:49
question
Mathematics, 11.04.2020 02:49
Questions on the website: 13722363