Write an application that inputs the number of hours


Purpose: Design and Code two programs that demonstrate selection logic. 

• Name the programs the names I have provided. 
• Document your programs ( you will lose points if your program is not documented)


Do project 5.14 from the textbook. Use JOptionPane and System.out classes. 
Save the programs as WageComputerDriver.java and WageComputer.java.

Employees at MyJava LO-Fat Burgers earn the basic hourly wage of $7.25. They receive time-and-a-half of their basic rate for overtime hours. In addition, they receive a commission on the sales they generate while attending the counter. The commission is based on this formula:

Sales Volume Commission
$1.00 - $99.99 5% of total sales
$100.00 - $299.99 10% of total sales
>= $300.00 15% of total sales


Write an application that inputs the number of hours worked and the total sales and computes the wages. Use JOptionPane for input processing.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Write an application that inputs the number of hours
Reference No:- TGS096000

Expected delivery within 24 Hours