Hi

I've got a simple calculator program which uses strings to contain the numbers entered as well as the answer. The problem I have is I can't perform any mathematical calulations with them. For example with the code I used to add the two numbers i.e. 2, 1 they donot add together they just combine so instead of getting the answer 3 I get 21. What am I doing wrong?