This year, I started studying C at school and I received this assignment I cannot work out We have to write a function that checks if this array is correct http://i.imgur.com/lgunS.png It goes like this 1.) You sum up the 1's (horizontal or vertical) 2.) Check if this even (divisble by 2 without a remainder) 3.) If its possible , you ...