0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
1 Posted Topic
Re: I had a similar assignment although I was not required to write any function....maybe it will help. [CODE] #include <iostream> using namespace std; int main() { // declare vaiables int nDependents; double payRate = 16.78, hoursWorked, otPay, regPay, grossPay, totDeduc; double ssn = 0.06, fica = 0.14, state = 0.05, … |
The End.