I'm trying to think of how I can check 3 elements of a 4 element array and set the 4th. I have a bool array of 4 elements that all start off false. If any 3 of the elements are true, the other element needs to be set to true also. If only 1 or 2 elements are true, nothing is changed.