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.