The lessons are teaching me less and less. I've failed this task like half a dozen times already. So I check if my count is even or odd. If odd (count % 2 != 0), I write from 0 the first count / 2 characters. So, if I had 7 bytes, 7 / 2 should give me 3. 0-3. Then I write starting at count / 2 (or 3) to count/2 + 1, which should be 4 additional characters. 3 + 4 = 7, and the larger half is in the second file. What am I missing?