Question: My task is to create a simple payroll program in C++. The tax rate is 10%. Employee Id: 5896, Hours Worked: 40, and Hourly Rate:
My task is to create a simple payroll program in C++. The tax rate is 10%. Employee Id: 5896, Hours Worked: 40, and Hourly Rate: 15.00
This is the program I wrote. The compile showed no errors, but when I run it, the output only says ENTER THE EMPLOYEE ID: 5896
Where is the issue in my program and how do I fix it?

2 NRNSEHER i #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
