Write a program that works with a user\'s password. The program should prompt th
ID: 3623938 • Letter: W
Question
Write a program that works with a user's password. The program should prompt the user for a possible password. Your program should check to be sure this is a 'good' password. Specifically, a good password is one that has:? between 6 and 10 characters long
? contains at least one letter
? contains at least one digit
Continue to prompt the user for a password until these criteria are met. Once the user enters a 'good' password, prompt them to enter it again until the two passwords match.