Question: 2. Write a full Java program which accept three inputs from user to check if employee is eligible for bonus based on the condition.

2. Write a full Java program which accept three inputs from user to check if employee is eligible for bonus based on the condition. (7 marks) A company gives a bonus at the end of each fiscal year. For the employee to get a bonus, the following must be true: (c) The employee has been working at the company for more than eight (8) months with no negative reports. (d) The employee has earned more than $5,500 during the fiscal year.
Step by Step Solution
There are 3 Steps involved in it
import javautilScanner public class EmployeeBonus public static void ... View full answer
Get step-by-step solutions from verified subject matter experts
