Posts
 
Reputation
Joined
Last Seen
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
0 Endorsements
Ranked #107.55K
Ranked #4K
~3K People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for jmcginny5

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, …

Member Avatar for jmcginny5
0
3K

The End.