PROGRAMMING CHALLENGES QUESTION #5 (State Abbreviations) , Starting Out with Visual Basic 2015 pages 122
The following table shows lists of six states and their official abbreviations.
State Abbreviation
Virginia VA
North Carolina NC
South Carolina SC
Georgia GA
Alabama AL
Florida FL
Create an application that allows the user to select a state and then displays that state’s official abbreviation. The form should have six buttons, one for each state. When the user clicks a button, the application displays the state’s abbreviation in a Label control.
PROGRAMMING CHALLENGES QUESTION #7 (Clickable Number Images) , Starting Out with Visual Basic 2015 page 122
In the, in the student sample program files, you will find the image files shown in Figure 2-101. Create an application that displays these images in PictureBox controls. The application should perform the following actions: