Hi guys,
HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! :confused:
Can anyone send me source code of a single C program that converts words into numbers and numbers into words, eg:
Input: 156
Output: one hundred fifty six
Input: twenty two thousand eighty nine
Output: 22089
I've searched for ages and can't find any source code that does this!
Cheers,
James
*!!! HELP: I need a C program that converts words into numbers and vice versa !!!*
Started by james24587, Oct 01 2007 02:16 AM
2 replies to this topic
#1
Posted 01 October 2007 - 02:16 AM
|
|
|
#2
Posted 01 October 2007 - 06:25 AM
I don't think anyone would make such program for you. Why don't you start, and if you get problems, then return, describe it, and then we'll help you.
#3
Posted 01 October 2007 - 08:10 AM
I'll give you a hint:
156 / 100 % 10 = 1
156 / 10 % 10 = 5
156 / 1 % 10 = 6
156 / 100 % 10 = 1
156 / 10 % 10 = 5
156 / 1 % 10 = 6


Sign In
Create Account

Back to top









