3: Password Checking Write a program that prompts the user to enter a password and store it in an array of character. Th
Posted: Mon Jun 06, 2022 1:04 pm
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.