Question: In C++ format pls... A 2-character string, userPassword, is read from input. Replace each character in userPassword that is not alphabetic with 'S'. Otherwise, userPassword
In C++ format pls...

A 2-character string, userPassword, is read from input. Replace each character in userPassword that is not alphabetic with 'S'. Otherwise, userPassword is not changed. Ex: If the input is 4c, then the output is: $c 12345678910111213141516#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
