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

Stats:

CreatedDec 12, 2017
PublishedDec 12, 2017
Warriors Trained71383
Total Skips4420
Total Code Submissions120278
Total Times Completed42854
JavaScript Completions15160
Python Completions12740
Ruby Completions844
Java Completions4158
PowerShell Completions367
Rust Completions753
C Completions471
C++ Completions4813
Prolog Completions26
Julia Completions42
CoffeeScript Completions17
Crystal Completions19
Go Completions1670
Swift Completions1525
C# Completions1178
TypeScript Completions453
Scala Completions74
Total Stars528
% of votes with a positive feedback rating87% of 3664
Total "Very Satisfied" Votes2895
Total "Somewhat Satisfied" Votes617
Total "Not Satisfied" Votes152
Total Rank Assessments5
Average Assessed Rank
7 kyu
Highest Assessed Rank
7 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • Dmitry Kudla Avatar
  • Unnamed Avatar
  • Chrono79 Avatar
  • imjasonmiller Avatar
  • Ze-Marcos Avatar
  • B1ts Avatar
  • maipatana Avatar
  • Almusawi Avatar
  • Voile Avatar
  • clcraig Avatar
  • a.kozhanov Avatar
  • hobovsky Avatar
  • alex3287 Avatar
  • ejini战神 Avatar
  • cmorbidelli Avatar
  • MingLeeNg Avatar
  • KayleighWasTaken Avatar
Ad