Complete the Employee.java class provided below by implementing the missing details as required in the code.

Complete the Employee.java class provided below by implementing the missing details as required in the code.

Code:

/*

 * To change this license header, choose License Headers in Project Properties.

 * To change this template file, choose Tools | Templates

 * and open the template in the editor.

 */

/**

 *

 * @author eaus317

 */

import java.util.Scanner;

public class Employee {

    private String empname, empdept, empid;

    private int depcount = 0; //used to maintain number of dependents added for an employee object

DETAILED ASSIGNMENT

20201001145245oop_csc1020_lab3_01_10_2020

Powered by WordPress