Answered step by step
Verified Expert Solution
Question
1 Approved Answer
CSIT 575- Programming Fundamentals for Computer Science Objectives To learn to code, compile and run a sequential program To learn how to obtain a program
CSIT 575- Programming Fundamentals for Computer Science Objectives To learn to code, compile and run a sequential program To learn how to obtain a program listing and output printout Planning Due: Program Listing and output Duc Assignment Plan and code a program to do the following. The Natural Oak and Pine Furniture Company has hired you to develop a payroll program to print out a pay report for one cmployee. (Later, the program may be expanded for all company employees.) Input Three employee initials; the number of hours worked; the hourly rate of pay for the employee. Calculate and output the employee's gross pay, deductions, and net pay. Deductions include the following Federal Withholding Rate State Withholding Rate Hospitalization Union dues 18% of gross wages 4.5% of gross wages $25.65 2% of gross wages Use CONSTANT definitions for the deductions. Output employee initials: gross wages; amount of federal withholding: amount of state withholding: amount of hospitalization; amount for union dues; total deductions; net wages. Your output should be formatted as a report and should look like the following sample ABC 40.00 8.75 Employee Hours Worked Hourly Rate Total Wages Deductions Federal Withholding: State Withholding Hospitalization Union Dues Total Deductions Net Pay 350.00 63.00 15.75 25.65 7.00 111.40 238.60 Turn in Program listing and program output. Be sure your output file contains user prompts and what was entered by the user .in addition to the results of your program processing. Run with above listed data. The instructor will give you additional data to test. Program documentation and the first lines of your output file should include //Last Name, First Name /Assignment Due Date and Lab Number Class Section, Day, Time
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started