194k views
1 vote
Insert the missing code in the following code fragment. This fragment is intended to implement a method to set the value stored in an instance variable. public class Employee { private String empID; private boolean hourly; . . . _______ { hourly

1 Answer

3 votes

Answer:

public boolean getHourly()

Step-by-step explanation:

User Xxjjnn
by
4.7k points