1) 1 Create a program that counts down from 100 to 1.
2)Ask the user their name and their age. Print their name the number of times as their age.
3-Ask the user to input a password. If password is correct, display correct password. If password is incorrect, display incorrect password. Display “LOCKED” after 4 attempts.