Problem 44293. Write out numbers in words
Write out numbers in words ( range [0-9999] ) with British spelling rules. For example;
- 1 > one
- 56 > fifty-six
- 100 > one hundred
- 105 > one hundred and five
- 245 > two hundred and forty-five
- 1520 > one thousand, five hundred and twenty
- 9999 > nine thousand, nine hundred and ninety-nine (maximum)
Solution Stats
Problem Comments
-
3 Comments
Christian Schröder
on 26 Mar 2023
Nice problem --- it could use a few more test cases though, especially corner cases like 1000, 1001, 1010 and so on.
Dyuman Joshi
on 26 Mar 2023
Test cases have been added to the problem.
Christian Schröder
on 26 Mar 2023
Thanks, Dyuman!
Solution Comments
Show commentsProblem Recent Solvers10
Suggested Problems
-
The Hitchhiker's Guide to MATLAB
3332 Solvers
-
Relative ratio of "1" in binary number
1466 Solvers
-
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
776 Solvers
-
Check that number is whole number
4624 Solvers
-
Replace secondary diagonal elements of a square array
166 Solvers
More from this Author92
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!