Task 2: Write C++ code to find a particular data and replace it with user entered new data. The function prototype shoul
Posted: Fri Jul 08, 2022 6:37 am
Task 2: Write C++ code to find a particular data and replace it with user entered new data. The function prototype should be like this, Void FindAndReplace(int toFind, int toReplace); Note that the value of toFind and toReplace should be prompted from user. Submit compete working code with all aspects along with screen shot of output.