Customer Payments
Write a program that reads a file called payments.txt, searches for a given customer number, and displays their total payments for the quarter. The file contains 4 fields, separated by a | (shift backslash). Record layout: transaction # | customer…
