Challenge overview
Hello and welcome to the challenge!
Write a code which prints the string containing expanded form of the given number. Expanded forms of numbers look like this:
expanded_form(11) = '10 + 1'
expanded_form(230) = '200 + 30'
expanded_form(4301) = '4000 + 300 + 1'
expanded_form(10) = '10'
You can also read more here.
You can solve this programming contest in Java, JavaScript, Python, C++ and many more languages. If you want, you can also take part in other Challenges. Below you can find some of them:
Have fun and good luck! :)
Did you like this challenge and would like to try your hand at some interesting big programming competitions? Check what’s all over the news in tech world in April 2019 in our article with upcoming IT Conferences, Hackathons and Online Challenges.