Question: Visual Studio Console C# Create an application that ask the user to enter their new password. The password must be at least 6 characters long.
Visual Studio Console C#
Create an application that ask the user to enter their new password. The password must be at least 6 characters long. Develop a custom exception handling case that checks for the password length. (hint: use " .Length " built in method). If the new password is less than 6 characters long the custom exception should output an error message.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
