hello, i need ur help..
define a CLASS PERSON TYPE that does:
a. set the first name only.
b. set the last name only.
c. store and set the middle name.
d. check whether a given first name is the same as the first name of this person.
e.check whether a given first name is the same as the first name of this person,
write the definition of the member function to implement the operations for this class.also, write a program to test various operations on this class.