Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-Employee-Payroll-System

Payroll System

This Java application demonstrates a simple payroll system where you can manage full-time and part-time employees. It allows you to add employees, remove employees by their ID, and display the details of all employees.

Features

Add full-time and part-time employees. Remove employees by their ID. Display details of all employees. How to Use

Adding Employees:

Create instances of FullTimeEmployee or PartTimeEmployee classes with the required parameters (name, id, monthlySalary for full-time employees, name, id, hoursWorked, hourlyRate for part-time employees). Use the addEmployee() method of PayrollSystem to add employees to the system.

Removing Employees:

Use the removeEmployee() method of PayrollSystem by providing the ID of the employee you want to remove.

Displaying Employees:

Use the displayEmployees() method of PayrollSystem to print details of all employees.

Requirements

Java Development Kit (JDK) Integrated Development Environment (IDE) such as IntelliJ IDEA or Eclipse Contribution Contributions are welcome! If you find any issues or have suggestions for improvement, feel free to open an issue or create a pull request.

About

Java application demonstrates a simple payroll system where you can manage full-time and part-time employees.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages