Input a infix math expression, program can turn it into a postfix expression or a binary expression tree, and evaluate it Expression.java contain all methods. input.txt is a example of inputs if user want to enter your own input, change the scanner into system.in or make your own input file.