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.