Array of a structure. Create a project that will allow a user to look up state names and their two-letter abbreviations. The user will have the options to Look up the Abbreviation or Look up the State Name. In the event that a match cannot be found for the input, display an appropriate error message. Use radio buttons with a shared event procedure and a Select Case to determine which text box (state name or abbreviation) should have the focus and which should be set to ReadOnly.