- #1
newyorkNYC
- 1
- 0
Homework Statement
Hello, I am having trouble with this program. I would not need a complete code.. but instead just some words that would point me in the correct direction.. or how you would go about solving it.
This is the problem.
The file contains lines like the following.
ABCThese are some words that must
ABCbe broken down into smaller chuncks.
XYZMore words
XYZthat must be put into chunks.
123Ya
So basically output file look like:
ABC01These are
ABC02some words
ABC03 etc
XYZ01
etc. so each one consists of ten characters.
Any pointers?