/Java_21_Employee_1

A driver class hard coding employee data into an array of objects. then the program will display in the order of increased salaries the names of the employees with salaries between 40k and 60k.

Primary LanguageJava

Concepts used in this program:

1- Array

2- ADT class with creating its objects plus constructors

3- toString method

4- "for" and "for each" loop

5- bubble sorting formula for orienting salaries in ascended order