BC322 Computer Programming-Array Processing20 void Displaydata(int a[2][5]) { int i,j; Solution Ex7