Implement the ADT set that you specified in Programming Problem 5 of Chapter 1 by using an array.
Programming Problem 5:
A set is a special bag that does not allow duplicates. Specify each operation for a set of objects by stating its purpose, by describing its parameters, and by writing preconditions, postconditions, and a pseudo code version of its header. Then write a C++ interface for the set. Include javadoc -style comments in your code.