1. use Stack<Integer>, not Stack<int>, and do not forget to initialize it
2. use String.contains(String str) to predicate if it is "+ - * /", and String.indexOf(String str) to find which operator str is
3. use switch clause to make the code clearer