An open API service indexing awesome lists of open source software.

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.

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)