Hello,
I'm creating a windows like calculator using Java, I seem to be having some problems..
It will let me calculate two numbers together e.g.
2 + 2 (It will display 4)
however, if I want to do multiple calculations... e.g.
2 + 2 + * 3
It will only still add the two numbers, which I have assigned to number1 and number2
Any suggestions?