Question: please use java A programming project is an out-of-class programming activity to help students understand the terminology and programming techniques. Use Eclipse to write your
A programming project is an out-of-class programming activity to help students understand the terminology and programming techniques. Use Eclipse to write your code. For this assignment refer to the following problem: You are a manager at a local store and you decided to award your employees with a bonus based on the percent of the time they logged in their timesheets. Each employee receives 5% of his pay as a bonus. Each employee can work 40 hours a week. Write a program to take employee salary, the number of hours worked a week as input, and calculate the amount of bonus the employee receives. Sample Input: Salary: $500 Hours : 30 Bonus : $18.75 [by using this formula: (30/40)(0.05500) ]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
