Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

Program #1 a. Design the logic for an application for a company that wants a report containing a breakdown of payroll by department.

Program #1a. Design the logic for an application for a company that wants a report containing a breakdown of payroll by department. Input includes each employee’s last name, first name, department number, hourly salary, and number of hours worked. The output is a list of the seven departments in the company (numbered 1 through 7) and the total gross payroll (rate times hours) for each department.b. Modify “a” so that the report lists department names as well as numbers. The department names are:Department NamePersonnelMarketingManufacturingComputer ServicesSalesAccountingShippingc. Modify the report created in exercise “b” so that it prints a line of information for each employee before printing the department summary at the end of the report. Each detail line must contain the employee’s name, department number, department name, hourly wage, hours worked, gross pay, and withholding tax.Withholding taxes are based on the following percentages of gross pay:Withholding (%)10141822Program #2a. Daily Life Magazine wants an analysis of the demographic characteristics of its readers. The Marketing Department has collected reader survey records containing the age, gender, marital status, and annual income of readers. Design an application that accepts reader data and produces a count of readers by age groups as follows: under 20, 20-29, 30-39, 40-49, and 50+b. Create the logic for a program that would produce a count of readers by gender within age group — that is, under 20 females, under 20 males, etc.c. Create the logic for a program that would produce a count of readers by income groups as follows: under $20,000, $20,000- $29,999, $30,000-$49,999, $50,000-$69,999, and $70,000 and up. 1. Pseudocode correctly specified and structured for #1a and #2a.

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question