How do I convert a number into a written word in C Sharp?

Steven Sargent

New member
I mean more than just changing the data type. I need to write a program that will take input in the form of an integer and output the number written out.

For example, I input "15", the program outputs "fifteen".
I don't need the full answer, just a point in the right direction.

Console application, by the way.
 
Back
Top