Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.23 KB

File metadata and controls

47 lines (32 loc) · 1.23 KB

🚀 Salary Calculator – Java Logic

Payroll module developed in Java that automates salary calculations for retail staff by processing bonuses and legal deductions.


🧠 Project Description

The system manages payroll logic based on three specific employment categories:

📌 Repositor (Stock Clerk)

  • Base Salary: $15,890.
  • Bonus: 10% additional payment applied to the base.

📌 Cajero (Cashier)

  • Fixed Salary: Monthly processing of $25,630.89.

📌 Supervisor

  • Gross Salary: $35,560.20.
  • Deduction: 11% automatic pension contribution.

🛠️ Technical Highlights

  • Flow Control: Implementation of nested if-else structures for category selection and input validation.
  • Monetary Precision: Use of floating-point data types for accurate currency and percentage handling.
  • Console Interface: Dynamic data entry processing using the Scanner class.

📂 Project Structure

  • src/
    • main/
      • java/
        • com/mycompany/java/payroll/logic/
          • JavaPayrollLogic.java

📋 Requirements

  • JDK 8 or higher.
  • Compatible IDE (NetBeans recommended) or terminal.

🚀 Author

GitHub – entorpecimiento