please in easy way and c++
4. Write a function that takes and array of integer numbers and print only those numbers which does not divide on any number of the rest of the array numbers: For example: Array 4, 5, 10, 12, 2, 15, 7, 23, 21) Output would be: 5,2, 7, 23 Show transcribed image text 4. Write a function that takes and array of integer numbers and print only those numbers which does
OR
OR