So I\'ve been trying to recursively make and print a binary tree. I don\'t know what I\'m doing wrong. Ex. If the input is 3/(1+2), it should print / 3 + 1 2 . This is wha