Add the following four constructor methods: one for each instance variable, one with two parameters for the two instance variables, and a default constructor. Be sure that each constructor sets all of the instance variables. Write a driver program to test each of the methods, including each of the four constructors and at least one true and one false case for each of the test methods.
Add methods to the Person class to perform the following tasks:
• Set the name attribute of a Person object.
• Set the age attribute of a Person object.
• Test whether two Person objects are equal (have the same name and age).
• Test whether two Person objects have the same name.
• Test whether two Person objects are the same age.
• Test whether one Person object is older than another.
• Test whether one Person object is younger than another.
Write a driver (test) program that demonstrates each method, with at least one true and one false case for each of the methods tested.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.