Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

write in visual studios Develop a program that will determine the gross pay for each of several employees. The company pays straight time for the

write in visual studios

Develop a program that will determine the gross pay for each of several employees. The company pays straight time for the first 40 hours worked by each employee and pays time-and-a-half for all hours worked in excess of 40 hours. Youre given a list of the companys employees, the number of hours each worked last week and each employees hourly rate. Your program should use scanf to input this information for each employee and determine and display the employees gross pay. Here is a sample input/output dialog:

Enter # of hours worked (-1 to end): 39 Enter hourly rate of the worker ($00.00): 10.00 Salary is $390.00 Enter # of hours worked (-1 to end): 40 Enter hourly rate of the worker ($00.00): 10.00 Salary is $400.00 Enter # of hours worked (-1 to end): 41 Enter hourly rate of the worker ($00.00): 10.00 Salary is $415.00 Enter # of hours worked (-1 to end): -1

write in visual studios

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions

Question

What is the effect of word war second?

Answered: 1 week ago