Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Trying to do this in C++ Question 6: Write a program that reads in a line of text and outputs the line with all the
Trying to do this in C++
Question 6: Write a program that reads in a line of text and outputs the line with all the digits in all integer numbers replaced with 'x' Please enter a line of text My userlD is john17 and my 4 digit pin is 1234 which is secret My userlD is john17 and my x digit pin is xxxx which is secret Notes: 1. If a digits is part of a word, then the digit is not changed to an 'x'. For example, john17 is NOT changed to johnxx. You may assume that the text entered by the user will contain only letters (upper case or lower case), digits and spaces. Think how to break down your implementation to functions. 2. 3Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started