->
Problem: How many leaves are there in the tree?
int NumberLeaves (TreeNode * t) {
->
i