subject

I need your help with the following homework assignment:

Using the Prelude to Programming book, complete the following Programming Challenge problem on page 177 :

* Programming Challenge 3:

The owners of the Super Supermarket would like to have a program that computes the monthly gross pay of their employees as well as the employee’s net pay. The input for this program is an employee ID number, hourly rate of pay, and number of regular and overtime hours worked. Gross pay is the sum of the wages earned from regular hours and overtime hours; overtime is paid at 1.5 times the regular rate. Net pay is gross pay minus deductions. Assume that deductions are taken for tax withholding (30 percent of gross pay) and parking ($10 per month). You will need the following

variables:

EmployeeID HourlyRate RegHours OvertimeHours
GrossPay Tax Parking NetPay
formulas:
GrossPay = (RegularHours * HourlyRate) +
(OvertimeHours * (HourlyRate * 1.5))
NetPay = GrossPay – (GrossPay * Tax) – Parking
The Programming Challenge problem can be solved by a program that performs three basic tasks---Input Data, Process Data, and Output Results.

Documentation is very important. Both header comments and step comments are encouraged as it will help for logic to be better. Header comments should include the following:

- Name of the Raptor program

- Author of the Raptor program

- Version of the Raptor program and the date of its last revision

- Summary/goal of the Raptor program

- Variables used with a short description of the variable, as well as the format of the data (e. g. datatype)

Use Raptor to answer each of the problems in this assignment

---

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 12:40
In a response of approximately 50 words, explain why it would be essential for the successful a/v technician to participate in additional coursework, presentations and seminars offered by equipment manufacturers as well as annual conferences attended by colleagues in the industry.
Answers: 1
question
Computers and Technology, 23.06.2019 04:00
In a word processing program, such as microsoft word, which feature to you choose the desired picture enhancement?
Answers: 2
question
Computers and Technology, 23.06.2019 05:30
Sally is editing her science report about living things. she needs to copy a paragraph from her original report. order the steps sally needs to do to copy the text to her new document.
Answers: 1
question
Computers and Technology, 23.06.2019 07:30
Which option allows you to view slides on the full computer screen?
Answers: 1
You know the right answer?
I need your help with the following homework assignment:

Using the Prelude to Programmi...
Questions
Questions on the website: 13722363