This program illustrates how to use a built-in function object to alter the sort order from the default used by the set class. Press Enter to continue ... We begin by creating an array of 10 positive integers, and then we create a set containing the same values. Press Enter to continue ... Here are the values in the set, and note their order: 10 9 8 7 6 5 4 3 2 1 Press Enter to continue ...