Write
a program that reads in a line consisting of the students name, Social
Security number, userid, and password. The program outputs the string in
which all of the digits of the Social Security number and all the
characters in the password are replaced by x. The Social Security number
is in the form of 000–00–0000, and a user ID and a password do not
contain any spaces. Your program should not use the operator [ ] to
access a string element. Use the appropriate functions define in your
textbook.
Assignment Requirements:
•Start
by analyzing the problem; use an IPO chart and pseudocode (or
flowchart) to brainstorm the logic prior to start coding. Using Visual
Studio code and test your program according to your pseudocode solution.
Once you are satisfied with your program outcome, open a Word document
and insert a cover page, include your design IPO chart, pseudocode or
flowchart, C++ source code, and print screen shots of the DOS command
dialog window showing your test results. Be sure to test the program at
least two times to insure the program executes properly..
•Insure that your C++ source code is fully documented by including source code comments. Include a “flower box”, i.e.