Hi there,
I'm fairly new to Java and was going to program a calculator whereby the input is entered in a single expression (e.g 4 + 3 * 5) rather than asking for the first integer, then an operator, then second integer etc.
I also want the program to do the math in the correct order such that multiplication is before addition and so on.
However, i've had a 2-3 week break from programming during the Christmas period so I have just come across a complete mental block of how I would even go about starting this calculator.
I have read about a scanner class which could be used but I have never used it myself before so would this be useful?
Any help is greatly apprectiated, thanks :)

