If necessary, create a new project named Advanced34 Project and save it in the Cpp8 Chap13 folder.

Question:

If necessary, create a new project named Advanced34 Project and save it in the Cpp8\ Chap13 folder. Also create a new source file named Advanced34.cpp. Create a program that allows the user to enter a password. The program should then create and display a new password using the rules listed in Figure 13-36. Use a sentinel value to end the program. 


1. All vowels (A, E, I, 0, and U) in the original password should be replaced with the letter X. 2. All numbers in the original password should be replaced with the letter Z. 3. All of the characters in the original password should be reversed. Figure 13-36

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: