1. Write a program to read the records from the TheaterSeats.dat file. Parse the data and
assign the values to individual variables. Generate a report. Center the heading. Use
column headings. Use Courier New font for the RichTextBox. Display each record.
Format and display the output. Make the output look like the example.
Theater Tickets
Name the program with your name and the number of
Bun
the program ThomasMinna01, 02, 03
• Batch processing
Make the form look like the example
Menus to read and exit the program if you like
RichTextBox for output
Follow the naming conventions
Use FilelODemo as a guide
Follow IPO
Day
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Madison Metroplex
Weekly Ticket Sales
atstovam
Early
645
Le
Bunday, 645, 439,0
Monday, 301,250.0
Terrifi, 29, 3
Wednesday, 317,200,142
Ther, 149, 317,218
301
278
317
349
672
656
Exit
Late Midnight
439
250
224
280
317
583
598
0
0
78
162
218
216
261
Declarations
Preprocessing (header, 10 Initializations)
Processing (loop); input, processing, output
Post processing
Your Name
EMPS
Fig: 1