I have two int Arrays:
int[] first = new int[]{1, 4, 5}; int[] second = new int[]{9, 7, 1, 5, 5};
int[] first = new int[]{1, 4, 5};
int[] second = new int[]{9, 7, 1, 5, 5};
I need to get elements that