Test it by creating a DRIVER/Test file with int main, and Test the stack class and its basic functionality.
Program
Write a stack for a record of firstName, LastName, Phone ... using arrays
Need to create two classes: Record and Stack.
Test with 6 records, Input them one at at time using cin.
Pop them one at a time.