Question: Please write code in Visual Studio. this is what i have to use for the assignment. Computer Language is C++. Please read all the instructions

Please write code in Visual Studio. this is what i have to use for the assignment. Please write code in Visual Studio. this is what i have to

Computer Language is C++. Please read all the instructions in both pictures, as it has to be done a certain way. Thank you! Write code for the following Programming Challenge incorporating the modifications listed below. Question to be worked on is Programming Challenge 12: Password Verifier (Page 609) Modifications to be included Six characters? Seriously Set the minimum password length to twelve characters Add the additional requirement that the password contain at least one special character. We will assume that any character that is printable, not alphabetic, not numeric, and not a space character is special That includes punctuation, but may include additional non punctuation characters Include a function named isValidPassword that will complete all the checks and retum a Boolean value which will indicate whether the password is valid or not, For Programming Challenge 12, you will need to send me the cpp file only. While saving your C+ application, name the application file and cop file using the format Chapter 10 12 12. Password Verifier Imagine you are developing a software package that requires users to enter their own passwords. Your software requires that users' passwords meet the following criteria: The password should be at least six characters long. The password should contain at least one uppercase and at least one lowercase letter. The password should have at least one digit. Write a program that asks for a password then verifies that it meets the stated criteria. If it doesn't, the program should display a message telling the user why

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!