I have three TextBoxes and a Button. I should be able to enter multiple numbers on the TextBoxes. When I click on the Button, the sum of the numbers should be displayed on another TextBox. How to accept values into array using Textbox and display the Sum of numbers using a Button?