Question: Write the following program in C++ and run it in cpp.sh. In this assignment, you will write a program that creates a user account. Prompt
Write the following program in C++ and run it in cpp.sh.
In this assignment, you will write a program that creates a user account.
Prompt the user to enter their full name and test it. If not, prompt them to enter their name again. Prompt them to enter a password and test for a minimum of eight characters. The password must include a number and a special character. If the entered password does not have eight characters, a number and a special character, prompt the user with the message that the password must meet the requirements and to try again. If the user enters an acceptable password, then acknowledge the user and thank them for creating an account.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
