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:

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.