Two-dimensional array | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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.

16th Jul 2017, 1:36 PM
ANKURASHWAR PATEL
ANKURASHWAR PATEL - avatar
1 Réponse
16th Jul 2017, 9:16 PM
Bart Hermans