The given code doesn't specify what is windows and lines data type.
Well, here is the example. May be this could help you out.


int [] x = {1,2,3,4};
int [] y = new int [4];
for(int...