Sequential execution one

This assignment tests your ability to write multi-line event handlers in which the instructions are executed sequentially.

We have seen a five line greeting program. Your assignment is to write a program that does the same thing as that example, but displays different greetings of your choice.

When the program is working, turn in a screen print and listing. Be sure to test this and all programs thoroughly. Does the Clear button work properly? What happens if the user hits the same button two or three times in a row?

Hint: You can stop the output from scrolling by clearing the text property of the output textbox before displaying the greetings.