I'm am writing a program to convert numbers to words. For example, 1893 would read "one eight nine three." I am assuming the number is less than a million. The only hint I have so far is to remember the % operator. Now, I am not asking for someone to write a program for me (unless they want to, ), but I would just like a little help and where to start. Frankly, I don't really know where to start (aside from printf and scanf statements).