Given a binary tree aBinaryTree, returns the value on its root node.
aBinaryTree
the tree to consider
the value at the root of the tree
Given a binary tree
aBinaryTree
, returns the value on its root node.