Inline println

AWOL:

Serial.println(combo_try[6]);

It may by now be obvious to you, but a six element array doesn't have a subscript 6.

He was probably trying to tell print() that the array had 6 elements.