Could you provide the solution for the problem below:
Write a class encapsulating the concept of a student, assuming the student has the following attributes: a name, a social security number and a GPA ( for instance 3.5). Include a constructor , the accessors and mutators, and methods toString and equals.
Write a client class to test all the methods in your class