write a program to initialize two dimensional array A[]and B[]print the element of both the array in two different lines with suitable heading and also print whether the both the array are identical or not let A[]={2,3,6,8} and B[]={2,3,6,8} so output both the array are same let A=[]={2,3,6,8}and B[]={4,3,7,8} so output both the arrays are same OR not
Answers
Answered by
0
Answer:
I don't understand the question
Similar questions