Sarah P.

asked • 07/25/20

Complete the design of ‘Student’ object below. Make it a decent design. We will sort student objects in alphabetical of last names (if last names are same, then will use first names).

public class Student {

private String lastName;

private String firstName;

private int grade;

private char gender;

private double GPA;

public Student(String line) {

// code

}

// Minimum four more methods

}

1 Expert Answer

By:

Patrick B. answered • 07/26/20

Tutor
4.7 (31)

Math and computer tutor/teacher

Sarah P.

Where do I find this "Toolkit"?
Report

07/26/20

Patrick B.

It is a menu at the top.... It is under the RESROUCES section
Report

07/26/20

Patrick B.

or send email and I will attach
Report

07/26/20

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.