Create an application that uses a structure to store thefollowing data about a customer account: Last Name First NameCustomer Number Address City State Zip Code Telephone NumberAccount Balance and Date of Last Payment. The application shouldallow the user to save customer account records to the file searchthe file for a customer by last name or customer number andprint a report listing all the customer records in file.