This program creates a set from an array of integer values and then displays the values in the set using a set iterator. Press Enter to continue ... We begin by creating an array of 14 positive integers, and then we try to create a set containing the same values. Press Enter to continue ... However, the size of the set is 10. Press Enter to continue ... Here are the values in the set: 1 2 3 4 5 6 7 8 9 10 Press Enter to continue ...