error code, expected unqualified-id before numeric constant

for ( int 1 = 0 ; 1 < n_array ; 1++; ) { //poll all switches
expected unqualified-id before numeric constant I am giving you a fault How can I get emergency help

How can I get emergency help

Call the emergency hotline.

for ( int 1 = 0 ; 1 < n_array ; 1++; )

The loop index can NOT be a number, you maroon.

for ( int  i = 0 ; i < n_array ;   i++; )

thanks to friends who have separated my problem solving time