SCENARIO: ABC bank gives rewards to its customers for shopping online. Create a program that accepts the Name, PIN, and number of points earned for each customer. An input value of -1 for PIN should end the input.
The program should then CALCULATE:
1. The customer with the highest number of points
2. The customer with the lowest number of points
3. The average number of points
The program should then DISPLAY:
1. The customer name & points of customer with the highest of points as well as the number of points earned
2. The customer with the lowest number of points
3. The average number of points