/Java_21_Employee_2

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.

Primary LanguageJava

Concepts using in this program:

Array of objects

toString methods

parameterized constructor

bubble-sorting method

nested for loops

getting input (Scanner)

while loop