frebber1542 frebber1542 02-07-2021 Computers and Technology contestada 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