Please can someone help me doing this program?
1.- Read a text file
2.- Convert the readed text file into array.
3.- That array split it into another small arrays, every n(sizes).
Ex:
[help me] split it in every 3 chars = [hel] [p m] [exx]