Page 1 of 1

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
by answerhappygod
Task 2 Write C Code To Find A Particular Data And Replace It With User Entered New Data The Function Prototype Shoul 1
Task 2 Write C Code To Find A Particular Data And Replace It With User Entered New Data The Function Prototype Shoul 1 (27.7 KiB) Viewed 48 times
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.