Question: Can i get some assistance with this java program? Using Arrays, Strings, & Sorti I. Define a Java class as described below. All variables should
Can i get some assistance with this java program?


Using Arrays, Strings, & Sorti I. Define a Java class as described below. All variables should be declared as private and all methods as public. Save the class definition in a file with an appropriate filename. Class Name Personnel Instance Variables: Name - String (in the format lastName, firstName - Example: Carter isa jobTitle - String payRate - double (Fields) Instance Methods A default constructor A constructor that accepts three arguments, one for each of the fields getter methods for each of the class fields. toString0 A method to display the fields of an instance of the class in an easy to read format (preferable on one line). Compile and debug the above code. II. Then, create a class, TestPersonnel, that contains a main) with static methods to test and use the above class. Save the class in a file with an appropriate file name. Declare three initialized arrays, one for the Job Code, and two associated arrays for Job Title and the Pay Rates as follows: Job Code 10 15 20 24 30 Job Title Pay Rate $20.50 Manager Assistant Manager 16.50 Accountant Cashier Stocker 15.50 9.50 7.25
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
