Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 919 Bytes

File metadata and controls

26 lines (12 loc) · 919 Bytes

Salary_Calculation_Java

Program to read data from a worker with N contracts (N provided by the user). Then, request of the user for a month and show what the employee's salary was that month

UML

Implementation

WorkerLevel

Department

HourContract

Worker

Main

Result