So basically, as of now I have a word and numbers that i am trying to space out for output (the code is in a text file)
it's like
"HEY10001101" when it's supposed to look like "HEY 10001101".
i have the "HEY" stored as an "string command" and the number stored under as a op1 array (i is an int, so that i could store each # in a FOR loop).
how can i print so that i can choose to put the op1 wherever i want?