8 kyu
Multiplication table for number
15,160 of 42,854Dmitry Kudla
Description:
Your goal is to return multiplication table for number
that is always an integer from 1 to 10.
For example, a multiplication table (string) for number == 5
looks like below:
1 * 5 = 5
2 * 5 = 10
3 * 5 = 15
4 * 5 = 20
5 * 5 = 25
6 * 5 = 30
7 * 5 = 35
8 * 5 = 40
9 * 5 = 45
10 * 5 = 50
P. S. You can use \n
in string to jump to the next line.
Note: newlines should be added between rows, but there should be no trailing newline at the end. If you're unsure about the format, look at the sample tests.
Fundamentals
Strings
Similar Kata:
Stats:
Created | Dec 12, 2017 |
Published | Dec 12, 2017 |
Warriors Trained | 71383 |
Total Skips | 4420 |
Total Code Submissions | 120278 |
Total Times Completed | 42854 |
JavaScript Completions | 15160 |
Python Completions | 12740 |
Ruby Completions | 844 |
Java Completions | 4158 |
PowerShell Completions | 367 |
Rust Completions | 753 |
C Completions | 471 |
C++ Completions | 4813 |
Prolog Completions | 26 |
Julia Completions | 42 |
CoffeeScript Completions | 17 |
Crystal Completions | 19 |
Go Completions | 1670 |
Swift Completions | 1525 |
C# Completions | 1178 |
TypeScript Completions | 453 |
Scala Completions | 74 |
Total Stars | 528 |
% of votes with a positive feedback rating | 87% of 3664 |
Total "Very Satisfied" Votes | 2895 |
Total "Somewhat Satisfied" Votes | 617 |
Total "Not Satisfied" Votes | 152 |
Total Rank Assessments | 5 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 8 kyu |