Write a complete declaration of the Person class: A Person object can tell you its first name or its last…

Write a complete declaration of the Person class: A Person object can tell you its first name or its last…

Write a complete declaration of the Person class: A Person object can tell you its first name or its last name whenever you want to know. The constructor has two parameters that provide that information.