Hi,
Actually my program will be read some input, as example :-
123
456
789
123
567
456
Then, I want to copy all the data into array and filter out any duplicate or same record..Finally the program will be print the result without duplicate records ?
Could somebody guide me how to solved this ?