Question: please solve this task Write a program in C++, that replaces the data by subtracting each number from maximum number. Read the data from a

please solve this task
Write a program in C++, that replaces the data by subtracting each number from maximum number. Read the data from a file. The array used to read the data from the text file, should grow dynamically int by int. Example Data.txt: 2315189102155 Data: 2315189102155 Updated Data: 53524054474645 340
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
