How can I write a code that would merge [2,2,3,8] and [3,5,8,0] in an array of the 8 elements, bubble-sort the array, and skip the duplicates?