package Starter_Code;
public class Solution {
public int[] checkNumber(int[] inIntArr1,int[] inIntArr2) { int[] outIntArr=new int[inIntArr1.length];