6 kyu

Multiplication table

14,475 of 43,046Bugari

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 Trained70265
Total Skips6778
Total Code Submissions96187
Total Times Completed43046
JavaScript Completions13074
CoffeeScript Completions152
Ruby Completions647
Python Completions14475
Groovy Completions116
Scala Completions338
Go Completions1854
C++ Completions3254
C Completions1080
TypeScript Completions2172
C# Completions1891
Kotlin Completions1246
Rust Completions977
Crystal Completions25
Haskell Completions237
COBOL Completions12
Factor Completions11
Julia Completions41
Java Completions2491
F# Completions51
Nim Completions31
OCaml Completions130
RISC-V Completions23
Total Stars751
% 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