Given an AVL-tree anAvlTree, returns the value on its root node.
anAvlTree
the tree to consider
the value at the root of the tree
Given an AVL-tree
anAvlTree, returns the value on its root node.