Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program that will determine the gross pay for an employee. The company pays straight - time for the first 4 0 hours worked

Write a program that will determine the gross pay for an employee. The company
pays straight-time for the first 40 hours worked by each employee and pays timeand-a-half for all hours worked in excess of 40 hours.
You are given a list of the employees of the company, the number of hours each
employee worked last week and the hourly rate of each employee.
Your program should input this information for each employee and should determine
and display the employee's gross pay.
The program should allow you to determine gross pay for all employees without
stopping.
End the program entering (1) for the hours worked.
Sample interactive Input/Output
Contestant: Students name
Enter hours worked (-1 to end): 39
Enter hourly rate of the worker: 10
Salary is $390
Enter hours worked (-1 to end): 40
Enter hourly rate of the worker: 10
Salary is $400
Enter hours worked (-1 to end): 41
Enter hourly rate of the worker: 10
Salary is $415
Enter hours worked (-1 to end): -1

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

Harness The Power Of Big Data The IBM Big Data Platform

Authors: Paul Zikopoulos, David Corrigan James Giles Thomas Deutsch Krishnan Parasuraman Dirk DeRoos Paul Zikopoulos

1st Edition

0071808183, 9780071808187

More Books

Students also viewed these Databases questions

Question

What is meant by Career Planning and development ?

Answered: 1 week ago

Question

What are Fringe Benefits ? List out some.

Answered: 1 week ago