To get the gross
(multiply hours worked to Hourly rate)
To get the retirement
(multiply gross to 7percent)
To get the Taxes
(multiply gross to 20percent)
To get the Net
(add Retirement and Taxes)
The program should display
Gross: 459.20
Retirement: 32.14
Taxes: 85.41
Net: 341.64
BUT This my hand out.
#include<iostream>
#include<string>
using namespace std;
instead of this
The program should display
Gross: 459.20
Retirement: 32.14
Taxes: 85.41
Net: 341.64
My Hand out display different. Our Instructors told us to input 56 on hours work and 8.20 on hourly rate.
Gross:459.20
Retirement:321.44
Taxes: 91.84
Net:413.28
this is my difficulties please help.. thanks a lot and god bless