Hi,
Lets say I have a text file called "Letter.txt" with a string of 35 numbers stored in it with no spaces.
i.e. 12345678906435824239
How would I take this txt file and turn it into an 1d array (not arraylist) with 35 elements(indexes)?
Any sample code would help me greatly. I have been stuck on this for two days. Thanks.