Search:

Type: Posts; User: javaNewbie2098

Search: Search took 0.13 seconds.

  1. Re: Please Help - Employee Payroll Project

    This is the Employee_3 class:

    package employee_3;

    import java.io.Serializable;
    import java.util.Scanner;

    /**
    *
    * @author KC
  2. Re: Please Help - Employee Payroll Project

    Hi! So when I run Payroll.java it works up until it prints out what type of employee the user is. Now I'm trying to get it to call the calcMenu method in Employee_3 class. This is my updated...
  3. Please Help - Employee Payroll Project

    Hi! I'm new to Java and I'm trying to build an employee payroll system that
    1) Populate Employees
    a. You should populate one of each of the following employees in your collection:
    i. Hourly...
Results 1 to 3 of 3