MCQOPTIONS
public void func (..
public void func (Tree root){ func (root.left ()); func (root.right ()); System.out.println (root.data ());}