Testing Union
Set 1 : { 0 1 }
Set 2 : { 2 3 }
Set 1 union Set 2 : { 0 1 2 3 }
This assignment is to be completed with NO OUTSIDE ASSISTANCE other than from your instructor.
The intent is to see what YOU learned from this class, not AI, not someone else.
Any outside assistance will result in a zero for this exam for both you and any student giving assistance.
Extra credit:
Implement map.h and SetType.h to store the set { A..Z } and test using a different driver file.
You will also have to create a new Print method with a different name.
If you try the extra credit problem after finishing the first problem, create a new project called SetExtra.
If you try the extra credit problem, use the same filenames as in the original program plus map.h.