provide only part-2 and extra credit with proper program without errors
Open a new project in Visual Studio Community and name it in the form of Last name_CourseSection_Assignment 3. You are expected to use Loops and IO filestreams in this program. Write comments to explain what each statement does, and how it achieves the desired results (Remember to review the rubric posted under Course Materials to understand how your program will be graded) PART 1: Write a program in C+ that permits users to enter the following information about your company's five employees and writes the following information to the file (data.txt). Employee ID. Name Years with company Hourly Wages All information must be displayed in a well formatted manner, so you can put in relevant manipulators for this purpose. Run your program, put in employee information (for 5 employees), and verify if you have a txt file as required. PART 2: At this point you must have a . tat file with information of 5 employees. Go back to your C++ programt (from part 1). put the entire existing program from part I within block comstents /.... %, Now write a new program for part 2 (in that same C++ file) as per instractions given below: Write a C++ program that reads this file data. txt, one line at a time, asks for the number of hours worked by each employee per month and calculates their total pay for that month. So for each of the employee records that stream in, your program must ask user: Enter hours worked by (mame of employee): When user puts in the answer, program must calculate the total salary and display on the computer screen as * The salary of (name) is S (salary). EXIRA CREDIT ( 10 points) Make provisions in your part 2 program for the salary information (along with some other employee details) to be stored in a new file called (February_salary.txt). Your information must be saved to the file in the following format. ID no. Name Hourly wages Salary