This repository contains solutions for Lab 1.
Calculates the difference between numbers in an array with specific constraints.
Finds the smallest number in a given array using custom logic.
Employee class. Each one has properties. Getters and setters.
Intern class that extends from Employee.
Creates 10 Employees and printing properties.
Each file is self-contained and includes comments explaining the logic.