In this chapter, you learned how to read input from a text box using an Event Handler. You then converted that input into a form that your program could use by means of a method of a built-in class. Finally, you performed a calculation on your input and produced the output on the screen.
In the next chapter, we'll examine the use of something called Method Chaining to write more compact code.