Question: Create an interface that contains a list box with the following 18 items: 1A, 1B, 1C, 2A, 2B, 2C, 3A, 3B, 3C, 4A, 4B, 4C,
Create an interface that contains a list box with the following 18 items: 1A, 1B, 1C, 2A, 2B, 2C, 3A, 3B, 3C, 4A, 4B, 4C, 5A, 5B, 5C, 6A, 6B, and 6C. Each item represents a seat designation on an airplane. When the user clicks a list box item, the application should display the seat designation, passenger’s name, and ticket price. The application should use both a sequential access file and a two-dimensional array for the passenger information. You can create the sequential access file by using the New File option on the File menu. The file should contain 18 seat designations, passenger names, and ticket prices.
Step by Step Solution
There are 3 Steps involved in it
Microsoft Visual Studio Solution File Format Version 1200 Visual Studio 15 VisualStudioVer... View full answer
Get step-by-step solutions from verified subject matter experts
