Arrays with nested for loops Initialize two arrays, each with 10 numbers. Use Nested for loops to display the total numbers in the two arrays. The program should be able to determine the number of matches for any set of arrays. I need it to display like this... "Values in array #1 2,4,6,8,10,12,14,16,18,20 Values in array #2 1,2,3,4,5,6,7,8,9,10 The arrays contain 5 matches." P.S. any help is appreciated, I need to visit a tutor to go over what I forgot when I took it last summer :( plz help me |