Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Design and develop a program that calculates total pay based on hourly rate. For example, if a user enters 1 0 hours and has an

Design and develop a program that calculates total pay based on hourly rate. For example, if a user enters 10 hours and has an hourly rate of 8.50, then your program should calculate the total pay 85.0(i.e., #hours * hourly pay rate). However, if a person works over 40 hours, then, any hour after 40 hours should be 1.5 times the regular hourly rate.
For example, 50 hours with an hourly rate of 8.5 should be (40*8.5+(10*(8.5*1.5)))=467.5

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

Explain the steps involved in training programmes.

Answered: 1 week ago

Question

What are the need and importance of training ?

Answered: 1 week ago