My assignment is to create a calculator. I have 2 text boxes in my calculator, where the first number is typed into box one, the second in box 2 and then the answer is shown in a label. Right now I am trying to write code for the numbers but, so far, when I click on a number, the number appears in both boxes. I need help figuring out how to stop it from doing that. Thank you!