Programming Exercise • Write a program that calculates gross wages for an hourly employee. The program should prompt use
Posted: Tue Jul 12, 2022 8:17 am
Programming Exercise • Write a program that calculates gross wages for an hourly employee. The program should prompt user to enter the pay rate and hours of work. - Hours from 0 through 40 are "straight time" pay, - Any hours in excess of 40 are overtime pay at 1.5 times the standard rate. - Handle ValueException exception if invalid inputs are entered. Display the wages with 2 decimal places.