Problem
1. Extend the Vector_ADT package to include a negation operator ("-") function that returns a vector whose components are the negations of the corresponding in parameter vector's components.
2. Extend the Vector_ADT package to include a less than operator.