Question: Consider the following Class Trainee -firstName: String -lastName: String -department: String -hired:LocalDate +calculate Seniority():int Create a Java Project named Training. Create a Trainee Class that

 Consider the following Class Trainee -firstName: String -lastName: String -department: String

Consider the following Class Trainee -firstName: String -lastName: String -department: String -hired:LocalDate +calculate Seniority():int Create a Java Project named Training. Create a Trainee Class that meets the specifications of the class as depicted in the UML diagram. Create a Report Class that uses either an Array or an ArrayList of Trainees to generate three reports (one after the other) of these 10 trainees plus yourself (You were hired on December 1, 2020 in the Reporting department): First Name Last Name Department Hired Date John Denver Sales July 1, 2018 Joan Baltimore Purchasing April 15, 2015 Jon Anchorage Production August 1, 2019 Jean Dallas Sales November 15, 2017 Jan Calgary Returns February 1, 2012 Jane Fairbanks Reporting June 20, 2017 Juan Eastwood Packing January 25, 2018 Joanne Gales Sales December 1, 2011 Jo Helsinki Personnel May 1, 2010 Janine Koln Sales April 5, 2019 Report 1 is a list of the eleven trainees sorted alphabetically by Last Name . Report 2 is a list of the eleven trainees sorted alphabetically by Department . Report 3 is a list of the eleven trainees sorted by seniority in descending order

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!