Write a C++ program that keeps track of an array of Person objects
Write a C++ program that keeps track of an array of Person objects and handles basic commands. The Person object contains the following fields: FirstName{ string } LastName{ string } INSERT – inserts a Person into the array based on user input,…