b- Write the complete Java program that includes the above method using the below
arrays and run it. Then, include a screenshot of the code and the output in your
answer.
int[][] arr1= {{11,12,13,14},{20,50,16,7},{12,44,14,8}};
int[] arr2= {2,3,4,5,6};
public static 1 checklfFound(int[][] arr1, int[] arr2){
boolean found = 2;
int sum_arr2 = 0;
for (int x=0; 3; x++){
sum_arr2 4
}
for (int i=0; 5; i++){
for (int j=0; j<arr1[i].length; j++){
if (6){
found = true;
break;
}
}
}
7;}