Create a user friendly application that can do the following
1.displays your name and address when the button is clicked
2 allow user to select a state,and when a user clicks a button , the application displays that states abrreviation in a lable control. the following table shows list of four states and their official abbreviations.
texas tx
virginia va
north carolina nc
south carolina
when naming controls such as btnshowname,lbldisplayfoods,ect
follow standard programing guide lines = comment what the code does.