Question: I need help on this code. I tried my best to figure out the code, but I got stuck at the part for the special
I need help on this code. I tried my best to figure out the code, but I got stuck at the part for the special character.

I got this far, but I am not sure if I am doing this correctly...

Thank you for your help!
Write a program that will generate a password with the following specifications: 1 upper case letter, one special character and 5 lower case letters So, the password will have a total of 7 characters. The upper case letter and special character can occur in any location within the password. Then write a program to crack any given password that meets these specifications. There are 6,227,742,044,160 possible passwords with these specifications. The password to crack is reBell$. Your program will essentially parse through each possible password and do a string comparison on the password to crack. HAPPY CRACKING
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
