0
Two-dimensional array
how to create a two dimensional array with say n integers, then compare both array to find common integer in them. eg if array a has integers 2,3,5,7 n array b has integers 2,4,6 then it should return 2 as common integer.
1 Respuesta