https://github.com/gozdesaygiliyalcin/salary-calculator
This repository includes salary calculator project which is done using Java-SE. Readme file is included as well, can check out further detail.
https://github.com/gozdesaygiliyalcin/salary-calculator
java-basics java-se salary-calculator
Last synced: about 1 month ago
JSON representation
This repository includes salary calculator project which is done using Java-SE. Readme file is included as well, can check out further detail.
- Host: GitHub
- URL: https://github.com/gozdesaygiliyalcin/salary-calculator
- Owner: GozdeSaygiliYalcin
- Created: 2022-10-16T08:52:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T17:23:02.000Z (over 2 years ago)
- Last Synced: 2025-01-22T19:46:20.579Z (3 months ago)
- Topics: java-basics, java-se, salary-calculator
- Language: Java
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Salary Calculator
Basic Salary Calculator
## Description
The purpose of this application is to calculate and print payroll according to given values from ebebek.There are 2 classes on this application,
* Employee: This class includes 4 variables and 5 methods. These variables are name, salary, work hours and hire year. The methods are tax, bonus, raise salary, print payroll and constructor.
* EmployeeManagement: This class includes main method and 4 object in order to test calculator methods.### Technologies & Dependencies
* Java 17
* Maven[Java_Maaş Hesaplayıcı_FirstCase Catalog.pdf](https://github.com/GozdeSaygiliYalcin/salary-calculator/files/9832486/Java_Maas.Hesaplayici_FirstCase.Catalog.pdf)