Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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

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

Web Database Development Step By Step

Authors: Jim Buyens

1st Edition

0735609667, 978-0735609662

More Books

Students also viewed these Databases questions

Question

Why is it said that Mary Parker Follett was ahead of her time?

Answered: 1 week ago

Question

What do you need to know about motivation to solve these problems?

Answered: 1 week ago

Question

1. Understand how verbal and nonverbal communication differ.

Answered: 1 week ago