I am trying to loop through 2 arrays, the outer array is longer then the other. It will loop through the first and if the 2nd array does not contain that int it will return
You have two options using java.util.Arrays if you don't want to implement it yourself: