Question: C++ only please. A 3-character string, userCode, is read from input. Replace each alphabetic character in userCode with *, Otherwise, userCode is not changed. Ex.
A 3-character string, userCode, is read from input. Replace each alphabetic character in userCode with *", Otherwise, userCode is not changed. Ex. If the input is y48, then the output is: 48123456789101112131415#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
