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.

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

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

Step by Step Solution

3.38 Rating (154 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Heres the cpp code for the above question inclu... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Microsoft Visual C# Introduction Questions!