Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write c++ program which accepts employees information such as first name, last name middle initial, ID number, hours work, rate per hours employee is to

Write c++ program which accepts employees information such as first name, last name middle initial, ID number, hours work, rate per hours employee is to pay union

Fees 7% of gross and 15% in taxes

Calculate the gross, union fees , taxes and net

Formulas if hours work <= 40

Gross = hours worked * rate per hour

Hours worked > 40

Gross =(40*rate per hour)+(hours worked -40)*(rate per hour* 1.5)

Output

Company xyz

Firs name:

Middle initial :

Last name :

ID:

Hours worked :

Rate per hour :

Gross :

Union:

Taxes:

Net:

please i need the copy codes not screenshot

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Pro Database Migration To Azure Data Modernization For The Enterprise

Authors: Kevin Kline, Denis McDowell, Dustin Dorsey, Matt Gordon

1st Edition

1484282299, 978-1484282298

More Books

Students also viewed these Databases questions