Visual studio programming

1. Name the project FinalExam

2. Has a title bar with your name as the displayed text.

3. Has a text box, with a label next to it saying “Enter an integer:”

4. Has two buttons, one saying “DOUBLE” and one saying “HALF”.

5. Pressing the DOUBLE button, should generate a Message box (MsgBox) that displays two times the number in the text box, and clears the text box.

6. Pressing the HALF button, should generate a Message box (MsgBox) that displays half the number in the text box, and clears the text box.

You can add features to this program for up to 10 extra points – but be sure to document them both in the code, and in a text submission along with your project.  Suggested features might be additional controls, input data checking, . . . .

Submit the zipped project folder for your application, along with a text submission of any extra features.