Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please review all necessary requirements for this assignment: ***ANSWER MUST BE COMPATIBLE WITH VISUAL STUDIO AS WE DO NOT USE ANY OTHER CODING PROGRAMS FOR

Please review all necessary requirements for this assignment:

***ANSWER MUST BE COMPATIBLE WITH VISUAL STUDIO AS WE DO NOT USE ANY OTHER CODING PROGRAMS FOR THIS CLASS***

Write a program that reads in a line consisting of a students name (first and last), Social Security number, user ID, and password.

Use getline not cin so you can demonstrate an understanding of the string manipulation concepts

The program outputs the string in which all 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 000-00-0000, and the user ID and the password do not contain any spaces.

Your program should not use the operator [] to access a string element.

Output should look like this: image text in transcribed

Enter a student's name social security number user id, and password in one line: Jane Smith 222-33-4444 S12345 password Jane Smith xxx-xx-xxxx S12345 xxxxxxxx Press any key to continue

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Distributed Relational Database Architecture Connectivity Guide

Authors: Teresa Hopper

4th Edition

0133983064, 978-0133983067

More Books

Students also viewed these Databases questions