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.
- Host: GitHub
- URL: https://github.com/msh-trojan/java_21_employee_1
- Owner: MSH-trojan
- Created: 2024-06-30T02:24:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-30T02:38:14.000Z (over 1 year ago)
- Last Synced: 2024-06-30T21:39:02.485Z (over 1 year ago)
- Topics: array, arrayofobjects, bubble-sort, java
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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