Message box
This assignment tests your ability to use the MessageBox class and its overloaded method, Show.
Write a program that displays a message with an icon and three buttons.
Your call on the Show method will require four arguments:
- the message to be displayed
- the title of the message box
- the buttons to be displayed
- the icon to be displayed
As you type in the statement, the auto-completion prompts will show you how to select the buttons and icon.
Note: do not name your project "messagebox." You cannot use the name of a class in naming your project.