with option strict and option explicit on,
Creat an application that allows the user to enter a password that contains, five, six, or seven characters. The application then should create a new password as follows:
Replace all vowels with the letter X.
Replace all number with the letter Z.
Reverse the characters in the password.
For instance, ABC1DEF -> FXDZCBX