Question: Please help! This is in c++ :D we are using isAlpha (I cannot get it to work) A 2-character string, userPassword, is read from input.
Please help! This is in c++ :D we are using isAlpha (I cannot get it to work) 
A 2-character string, userPassword, is read from input. Replace each alphabetic character in userPassword with '\#'. Otherwise, userPassword is not changed. Ex: If the input is do, then the output is: #0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
