Create a public class named BinaryTreeNegativeSum with a single class method named negativeSum.
negativeSum accepts a BinaryTree<Integer>, that is a BinaryTree containing Integer values.
Return the sum of all the negative values in the tree.
For reference, cs125.trees.BinaryTree has the following public properties:
Stuck? You may find these lessons helpful: