Chapter 2: Problem 11
Develop an algorithm to compute gross pay. The inputs to your algorithm are the hours worked per week and the hourly pay rate. The rule for determining gross pay is to pay the regular pay rate for all hours worked up to 40 , time-and-a-half for all hours over 40 up to 54 , and double time for all hours over 54 . Compute and display the value for gross pay using this rule. After displaying one value, ask the user whether he or she wants to do another computation. Repeat the entire set of operations until the user says no.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.