### Remove duplicate elements **For example, you're given an array of integers. 1, 4, 6, 9, 2, 5, 7, 6** **6 is the duplicate element here.** > Write a program that removes the duplicate element from the array.