A payroll system to calculate and manage employee salaries, deductions, and bonuses with database storage.
- Java
- MySQL
- JDBC
- Loops and Conditional Statements
- Add employee details
- Calculate salary, tax, and deductions
- Store and retrieve data from MySQL database
- Menu-driven console program
- Clone the repository
- Set up MySQL database (
payroll_db) - Compile:
javac PayrollSystem.java - Run:
java PayrollSystem