The department of motor vehicles has finally decided to computerize its list of licensed drivers. The program you write should make use of a existing file call Licenses with the records of the following form. Name, License Number, Number of Tickets.
When a License number is input by the user the corresponding name and number of tickets should be output by the program. (Hint: load the licenses file into three parallel arrays and search one of these for the license number input. Use a .CSV or .TXT file for the licenses file