subject

Create a C++ console application to ask the user to create a strong password. Tell the user the following requirements for the password: No spaces
At least six characters
At least one uppercase letter
At least one lowercase letter
At least one number
At least one special character (punctuation)
Prompt the user for a new password and ask them to re-enter it. If passwords are not the same, prompt the user with an adequate message and ask them again. Test the password validity. If the password is valid, based on the above criteria, thank the user and tell them the password has been saved. If it is not valid, display an error message and keep repeating the process until the passwords are the same and valid.
Requirements:
Use C-Strings (character arrays), not C++ string class.
You do not need to include the preprocessor directive.
Add proper comments.
Do not use magic numbers.
Tell the user what the program does.
Include your name plus the lab name in the name of the file.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 22:00
During physical science class ben and jerry connected three identical lightbulbs in parallel to a battery where happens when ben removes one of the lightbulbs from it’s socket
Answers: 2
question
Computers and Technology, 23.06.2019 01:50
Write a program that uses a random number generator to generate a two digit positive integer and allows the user to perform one or more of the following operations: a. double the number. b. reverse the digits of the number. c. raise the number to the power of 2, 3, or 4. d. sum the digits of the number. e. if the number is a two-digit number, then raise the first digit to the power of the second digit. f. if the number is a three-digit number and the last digit is less than or equal to 4, then raise the first two digits to the power of the last digit. after performing an operation if the number is less than 10, add 10 to the number. also, after each operation determine if the number is prime. each successive operation should be performed on the number generated by the last operation. your program should not contain any global variables and each of these operations must be implemented by a separate function. also, your program should be menu driven. 7. (fraction calculator) write a program that
Answers: 1
question
Computers and Technology, 23.06.2019 15:00
Jake really works well with numbers and is skilled with computers but doesn't work well with others. which of the jobs discussed in this unit might be best for jake? why?
Answers: 3
question
Computers and Technology, 23.06.2019 18:00
While inserting images, the picture command is usually used to insert photos from a digital camera, and the clip art command is usually used to a.edit the sizes and other characteristics of photos that have been inserted. b.take a screenshot of an image and copy it to the clipboard for pasting. c.search for drawings or other images from a library of prepared pictures. d.make illustrations using lines and shapes that are easy to manipulate.
Answers: 1
You know the right answer?
Create a C++ console application to ask the user to create a strong password. Tell the user the foll...
Questions
Questions on the website: 13722359