6 kyu

Multiplication table

13,088 of 43,123Bugari

Description:

Your task, is to create N×N multiplication table, of size provided in parameter.

For example, when given size is 3:

1 2 3
2 4 6
3 6 9

For the given example, the return value should be:

[[1,2,3],[2,4,6],[3,6,9]]
[1 2 3; 2 4 6; 3 6 9]
Arrays
Fundamentals

More By Author:

Check out these other kata created by Bugari

Stats:

CreatedApr 15, 2014
PublishedApr 15, 2014
Warriors Trained70389
Total Skips6795
Total Code Submissions96305
Total Times Completed43123
JavaScript Completions13088
CoffeeScript Completions152
Ruby Completions650
Python Completions14510
Groovy Completions116
Scala Completions339
Go Completions1858
C++ Completions3261
C Completions1082
TypeScript Completions2173
C# Completions1895
Kotlin Completions1248
Rust Completions978
Crystal Completions25
Haskell Completions237
COBOL Completions12
Factor Completions11
Julia Completions41
Java Completions2497
F# Completions51
Nim Completions31
OCaml Completions130
RISC-V Completions23
Total Stars753
% of votes with a positive feedback rating92% of 3246
Total "Very Satisfied" Votes2776
Total "Somewhat Satisfied" Votes422
Total "Not Satisfied" Votes48
Ad
Contributors
  • Bugari Avatar
  • jhoffner Avatar
  • suic Avatar
  • imjasonmiller Avatar
  • docgunthrop Avatar
  • maipatana Avatar
  • Madjosz Avatar
  • rowcased Avatar
  • metagn Avatar
  • monadius Avatar
  • hobovsky Avatar
  • uniapi Avatar
  • stellartux Avatar
  • Paul Robertson Avatar
  • lonkaan Avatar
  • ejini战神 Avatar
  • Wisdou Avatar
  • akar-0 Avatar
  • Kacarott Avatar
  • tri@ Avatar
  • Glinator Avatar
  • BaquarAbbas Avatar
  • yLaWy Avatar
  • KayleighWasTaken Avatar
Ad