An advertising agency wants to send a letter to all of its clients announcing a new fee schedule. The clients' names are in several different lists (arrays). The company merges the various lists to form one array, but clients could be listed in the array more than once.
Design a program that creates a new array that contains the same client information as the original, but with duplicates removed. Clinets rae identified by a four digit client code and client name.
Write an algorithm to solve the problem.