This is my first post so if I did something wrong let me know. Ok, so I have been reading the book practical C++ programming. One of the practice problems asks you take a number that is entered by a user and turn that into printed text. Ex. 85 would be eight five. The problem I am having is I'm not quite sure how to go about this. I don't know if I should use an array, string, or something else. If you could point me in the right direction I would appreciate it.

P.S. I don't want anyone to write the code I just need to know how to go about this.

Thanks,
Rafen