The department of motor vehicles
(Not rated)
(Not rated)
Using the Raptor FlowChart program, I need a program designed for the following problem.
The department of motor vehicles in the state of euphoria has finally decided to computerize its list of licensed drivers. The program you write should make use of the existing file licenses with records of the following form:
Drivers name (string
drivers license number (string)
number of tickets (integer)
When a license number i input by the user the corresponding name and number of tickets should be output by the program. (load the licenses file into three parallel arrays and search one of these for the license number input.
12 years ago
complete solution
NOT RATED
Purchase the answer to view it

- motorvehicledriver.rap
- drivers.txt