I am trying to create a hash where keys are number, and values is array [0,0] of counts from two arrays. what i am confused is why my_hash2.store(x,my_hash2[x][1]+1)
my_hash2.store(x,my_hash2[x][1]+1)