- 1
Who can write a C program to accept a number and convert the number into words,the program should have any number less than10000
I'm new to C-language and was told to solve this,who can help,is there a built-in function for conversion
3 ответов
+ 2
Try your luck by searching for examples and/or inspirations in Code Playground, it is where the codes are.
Alao, there's no built-in function for conversion of number -> spelled number.
+ 3
Please always tag the language you're asking about.
https://code.sololearn.com/W3uiji9X28C1/?ref=app
+ 1
I did this code in Javascript to convert a number to a Roman Numeral. You could use/adjust the structure to convert a number to words in C
https://code.sololearn.com/W2OILqnj437P/?ref=app