4. Pete's Pizzeria wants a program that displays an employee's weekly gross pay, given the number of hours worked and hourly pay rate. Employees working more than 40 hours are paid an additional one-...


4. Pete's Pizzeria wants a program that displays an employee's weekly gross pay, given the number of<br>hours worked and hourly pay rate. Employees working more than 40 hours are paid an additional one-<br>half of their hourly rate for the hours over 40.<br>Create a program with the given specification and flowchart.<br>start<br>enter hours<br>and rate<br>hours<br>less than<br>or equal<br>to 40<br>gross = hours<br>rate + (hours -<br>40 rate /2<br>gross = hours<br>rate<br>display gross<br>stop<br>

Extracted text: 4. Pete's Pizzeria wants a program that displays an employee's weekly gross pay, given the number of hours worked and hourly pay rate. Employees working more than 40 hours are paid an additional one- half of their hourly rate for the hours over 40. Create a program with the given specification and flowchart. start enter hours and rate hours less than or equal to 40 gross = hours rate + (hours - 40 rate /2 gross = hours rate display gross stop

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here