https://github.com/msh-trojan/java_21_array_of_objects
Write a driver class which hard-codes employee data into an array of objects. This program will then display in the order of increased salaries the names of the employees with salaries between $40,000 and $60,000.
https://github.com/msh-trojan/java_21_array_of_objects
adt array bubble-sort java loops object-oriented-programming tostring
Last synced: 10 months ago
JSON representation
Write a driver class which hard-codes employee data into an array of objects. This program will then display in the order of increased salaries the names of the employees with salaries between $40,000 and $60,000.
- Host: GitHub
- URL: https://github.com/msh-trojan/java_21_array_of_objects
- Owner: MSH-trojan
- Created: 2024-06-13T22:02:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-14T00:40:16.000Z (over 1 year ago)
- Last Synced: 2024-06-14T02:11:38.553Z (over 1 year ago)
- Topics: adt, array, bubble-sort, java, loops, object-oriented-programming, tostring
- Language: Java
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Concepts regarding this progrma:
Array of objects using an ADT class!