QUESTION 2: ( 140/ 200 POINTS) WRITE the entire C++ for the…

QUESTION 2: ( 140/ 200 POINTS) WRITE the entire C++ for the REQUIRED DETAIL CALCULATIONS using the Variable names that you created in QUESTION 1 for the USER INPUTS.   Some Calculations are CONDITIONAL DETAILS CALCULATIONS and require an if statement. ** NO “do..while” loops will be used for these formulas” Make sure to declare the data types for each variable name used. ================================= REQUIRED CALCULATIONS  Consist of: Empoyee Code (non-numeric value) .. IS FOUND BY .. adding the Car Make to the LAST.. TWO letters of the Last name. Parking Fee (use ONE if..then..else statement) – decimal value.. IS FOUND BY .. the following rule(s) 3. Bonus Amount (use ONE if..then..else statement) – decimal value IS FOUND BY .. the following rule(s) 4. Regular and Overtime Pay (use ONE if..then..else statement) –Both have decimal values.. IS FOUND BY .. the following rule(s) 5. Gross Pay (decimal value) IS FOUND BY ..ADDING together the bonus amount, regular and overtime pay. 6. Deduction amount (decimal value).. IS FOUND BY .. FIRST Dividing the Deduction rate by 100.. THEN multiplying this by the Gross pay. 7. Net Pay (decimal value) IS FOUND BY ..Subtracting both the Deduction Amount and the Parking fee FROM the Gross Pay.