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

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

1 Expert Approved Answer
Step: 1 Unlock

import javautilScanner public class EmployeeBonus public static void ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!