ok, for an assignment for class we had to make a program that would build a binary tree, give the preorder, postorder and inorder traversals. The program also has to give the level that the node was on durring the recursive traversals, as well as the number of leaf nodes, nodes with one child...