CSCE 3110 Homework #3 Due date: Wednesday, 02/18/2009 Exercise 1.14 in Chapter 1 of the text, page 40: Design a class template, OrderedCollection, that stores a collection of Comparables (in an array), along with the current size of the collection. Provide public functions isEmpty, makeEmpty, insert, remove, findMin, and findMax. Include a main function that instantiates a collection of integers, OrderedCollection, and allows an interactive user to execute any of the six member functions listed above. Your program should be implemented in a single file named hw3.cpp and emailed to the grader, Payal Khimani: psk0025@unt.edu. Also, submit a source code listing in class on the due date. Your code should include comments, and your name should appear at the top of the file.