(Solved) : Write C Program Load Two Column Numbers Arithmetic Operations Data Points Following Steps Q43987919 . . .
Write a c++ program to load two column of numbers, do arithmeticoperations to the data points by following the steps belowcarefully. Output the computed results to the specified outputfiles Steps to complete. 0. Download the data file namedDatafile1.data from the file area of the assignment. (Do not changethe file name to .txt. Open the file in notepad (win) orview/vi/vim (linux) or any viewer of your choice if you like to seethe data) 1. Create distinct functions for this project. 2.Define ONE class and use distinct instance of a class to storecolumn1, column2, addition, multiplication. This shouldproduce 4 class objects. 2. Load two columns of data points, eachcolumn into the storage area of its class instance where the datastorage is a vector . 3. Add each position of the data and store itin another class instance where the data storage is a vector. 4.Multiply each position of the data and store it to another classinstance where the data storage is a vector. 5. Write the resultsof addition and multiplication to a file namedOutput-MultAdd-class.data. Columns of the output file is value1,value2, Addition, Multiplication in a nicely formatted fashion. 6.Individual work expected. You can use the discussion board but donot post complete c++ code.
9.144548371 0.62072663
7.766500067 1.107554175
6.428523445 0.409904615
4.864271967 1.142139412
7.064106885 1.138740729
2.262955152 1.198965847
9.800966285 0.624420569
8.466914743 0.172152387
7.089199692 0.650149663
6.042680886 0.526675179
1.320701358 0.893658642
3.576178301 0.966546628
4.939756105 0.53583099
3.386905283 0.24428521
5.231554752 0.660683916
3.736280728 0.378121052
7.527971435 0.917047269
2.533630929 1.029850114
9.188222671 0.237647807
1.800088589 0.763132902
9.702171329 1.187835787
Expert Answer
Answer to Write a c++ program to load two column of numbers, do arithmetic operations to the data points by following the steps be…
OR