Scenario:
- the form consists of 2 text boxes and a button.
- in textBox1 the user inputs:
4+7-3+10
- the button is pressed
- in textBox2 the output will work out the sum =
18
- in textBox1 the user inputs:
Can this be achieved in c#? and if yes, how?
Thanks.