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

https://github.com/msh-trojan/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.
https://github.com/msh-trojan/java_21_employee_1

array arrayofobjects bubble-sort java

Last synced: 8 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

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