CS233V C++ Programming
Assignment #7
Exercises
7.1, 7.2, 7.4, 7.5
Programming
7.9 (Integer
set class). To clarify, in addition to the default constructor, you will
need to write:
-
A constructor that constructs a set and initializes it setting up to 5
elements from the constructor arguments.
-
Class member functions UnionOfIntegerSets(), IntersectionOfIntegerSets(),
InsertElement(), DeleteElement(), SetPrint(), and IsEqualTo().