6 kyu
Write Number in Expanded Form - Part 2
889 of 2,108Belax8
Description:
Write Number in Expanded Form - Part 2
This is version 2 of my 'Write Number in Exanded Form' Kata.
You will be given a number and you will need to return it as a string in expanded form :
For example:
807.304 --> "800 + 7 + 3/10 + 4/1000"
1.24 --> "1 + 2/10 + 4/100"
7.304 --> "7 + 3/10 + 4/1000"
0.04 --> "4/100"
Mathematics
Algorithms
Fundamentals
Similar Kata:
Stats:
Created | Mar 18, 2017 |
Published | Mar 18, 2017 |
Warriors Trained | 4642 |
Total Skips | 151 |
Total Code Submissions | 10961 |
Total Times Completed | 2108 |
JavaScript Completions | 889 |
Python Completions | 1160 |
C Completions | 59 |
Rust Completions | 44 |
Total Stars | 161 |
% of votes with a positive feedback rating | 95% of 458 |
Total "Very Satisfied" Votes | 419 |
Total "Somewhat Satisfied" Votes | 30 |
Total "Not Satisfied" Votes | 9 |
Total Rank Assessments | 10 |
Average Assessed Rank | 5 kyu |
Highest Assessed Rank | 5 kyu |
Lowest Assessed Rank | 7 kyu |