Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 #includeStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started