Answered step by step
Verified Expert Solution
Link Copied!
Question
1 Approved Answer

Create a payroll program named CalcPay that allows the user to read from file named PayIn.txt two double values and a string namely hours worked,

Create a payroll program named CalcPay that allows the user to read from file named "PayIn.txt" two double values and a string namely hours worked, hourly rate and name. After each record is read, the rate, hours, and name the program should calculate the gross pay. Compute federal withholding tax which is subtracted from gross based on the following table: Hints: (100pts) Use methods as deemed appropriate. 0 to 99.99 6% 100.00 to 299.99 12% 300.00 to 599.99 18% 600.00 and up 21%. Create an output file named '"Payout" The file should include: Name, hours, rate, deduct, gross and net. You should also display the same using printf. In computer science one java, please.

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_2

Step: 3

blur-text-image_3

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

Computer Aided Database Design

Authors: Antonio Albano, Valeria De Antonellis, A. Di Leva

1st Edition

0444877355, 978-0444877352

More Books

Students explore these related Databases questions

Question

Define Administration and Management

Answered: 3 weeks ago

Question

Define organisational structure

Answered: 3 weeks ago

Question

Define line and staff authority

Answered: 3 weeks ago

Question

Define the process of communication

Answered: 3 weeks ago