8 kyu
Multiply the number
9,376 of 22,496san00
Description:
Jack really likes his number five: the trick here is that you have to multiply each number by 5 raised to the number of digits of each numbers, so, for example:
3 --> 15 ( 3 * 5¹)
10 --> 250 ( 10 * 5²)
200 --> 25000 (200 * 5³)
0 --> 0 ( 0 * 5¹)
-3 --> -15 ( -3 * 5¹)
Fundamentals
Similar Kata:
Stats:
Created | Apr 9, 2016 |
Published | Apr 9, 2016 |
Warriors Trained | 37704 |
Total Skips | 1149 |
Total Code Submissions | 65692 |
Total Times Completed | 22496 |
JavaScript Completions | 9288 |
Ruby Completions | 752 |
Python Completions | 9376 |
Haskell Completions | 408 |
CoffeeScript Completions | 30 |
C# Completions | 1380 |
Scala Completions | 45 |
Java Completions | 1332 |
C Completions | 502 |
Lua Completions | 108 |
Total Stars | 276 |
% of votes with a positive feedback rating | 93% of 2226 |
Total "Very Satisfied" Votes | 1948 |
Total "Somewhat Satisfied" Votes | 234 |
Total "Not Satisfied" Votes | 44 |