Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

What is the answer to #3? Please use the Raptor program! You will need the following formula: CommissionEarned SalesAmount (CommissionRate/100) 2 The manager of the

What is the answer to #3? Please use the Raptor program! image text in transcribed
image text in transcribed
You will need the following formula: CommissionEarned SalesAmount (CommissionRate/100) 2 The manager of the Super Supermarket would like to be able to compute the unit price for products sold there. To do this, the program should input the name and price of an item per pound and its weight in pounds and ounces. Then it should determine and display the unit price (the price per ounce) of that item and the total cost of the amount purchased. You will need the following variables: Pounds Ounces ItemName PoundPrice TotalPrice UnitPrice You will need the following formulas: UnitPrice = PoundPrice/16 Total Price = PoundPrice * (Pounds + Ounces/16) 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 (S10 per month). You will need the following variables: EmployeeID GrossPay HourlyRate RegHours OvertimeHours Tax Parking NetPay

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

Oracle Database Upgrade Migration And Transformation Tips And Techniques

Authors: Edward Whalen ,Jim Czuprynski

1st Edition

0071846050, 978-0071846059

More Books

Students also viewed these Databases questions

Question

Why has Mexican migration to the United States slowed?

Answered: 1 week ago