Skip to content

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.

Notifications You must be signed in to change notification settings

MSH-trojan/Java_21_Employee_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages