Write a C++ program to do the following: 1. Write a class for your program CalcSal 2. Read from the text file the information below 3. Use functions, structures and arrays to calculate the gross Pay, net Pay (Al1 payroll Tax is 11.5%) 4. Print your formatted output to screen and file. Please use the following data to create a text file. EmpID Name Hrwk RateofPay 1001 Joey 32 1001 Tommy 36 1001 Johny.
OR
OR