I\'m a programming noob so please bear with me.
I\'m trying to read numbers from a text file into an array. The text file, \"somenumbers.txt\" simply holds 16 number
change to
fscanf(myFile, "%1d", &numberArray[i]);