Simple Collection Operators @count: Returns the number of objects in the collection as an NSNumber. @sum: Converts each object in the collection to a double, computes the sum, and returns the sum as an NSNumber. @avg: Takes the double value of each object in the collection, and returns the average value as an NSNumber. @max: Determines the maximum value using compare:. Objects must support compari