Concepts using in this program:
Array of objects
toString methods
parameterized constructor
bubble-sorting method
nested for loops
getting input (Scanner)
while loop
A program with a list of 100 employees with the user entering each one's name, age, salary. then typing the list of them. also, putting people with 40k to 60k salary in another extra list.
Java
Concepts using in this program:
Array of objects
toString methods
parameterized constructor
bubble-sorting method
nested for loops
getting input (Scanner)
while loop