6 kyu
Write Number in Expanded Form
29,392 of 84,228Belax8
Description:
Write Number in Expanded Form
You will be given a number and you will need to return it as a string in Expanded Form. For example:
12 --> "10 + 2"
45 --> "40 + 5"
70304 --> "70000 + 300 + 4"
NOTE: All numbers will be whole numbers greater than 0.
If you liked this kata, check out part 2!!
Strings
Mathematics
Algorithms
Fundamentals
Similar Kata:
Stats:
Created | Dec 3, 2016 |
Published | Dec 6, 2016 |
Warriors Trained | 153802 |
Total Skips | 25041 |
Total Code Submissions | 330276 |
Total Times Completed | 84228 |
JavaScript Completions | 29392 |
Ruby Completions | 2587 |
Python Completions | 33941 |
CoffeeScript Completions | 35 |
Haskell Completions | 702 |
PHP Completions | 2935 |
Java Completions | 8952 |
Swift Completions | 891 |
C# Completions | 4044 |
F# Completions | 73 |
Rust Completions | 996 |
C Completions | 426 |
Factor Completions | 10 |
Scala Completions | 47 |
Dart Completions | 87 |
Lua Completions | 28 |
Total Stars | 2284 |
% of votes with a positive feedback rating | 93% of 6931 |
Total "Very Satisfied" Votes | 6008 |
Total "Somewhat Satisfied" Votes | 863 |
Total "Not Satisfied" Votes | 60 |
Total Rank Assessments | 8 |
Average Assessed Rank | 6 kyu |
Highest Assessed Rank | 6 kyu |
Lowest Assessed Rank | 7 kyu |