3: Password Checking Write a program that prompts the user to enter a password and store it in an array of character. Th
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
3: Password Checking Write a program that prompts the user to enter a password and store it in an array of character. Th
3: Password Checking Write a program that prompts the user to enter a password and store it in an array of character. The program will then check if the password contains only the alphabet. If yes, prompt the user to re-enter a new password containing characters other than just the alphabet.