Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Dental Assisting

Authors: Doni Bird, Debbie Robinson

13th Edition

978-0323624855, 0323624855

Students also viewed these Programming questions

Question

Why must entrepreneurs learn to think globally?

Answered: 1 week ago