input analog array > output digital array

Use better names. All variables and functions are reduced to memory addresses when the code is compiled, so verbosity is free. There is no need to be terse.

anIn is a meaningless name. Since it's storing pin numbers, call it something like analogSensorPins. In and Out are similarly meaningless. If you ever go back to this code after several months of never looking at it, you'll have no clue what's doing what.