7 kyu
Build a square
6,679 of 19,907Capocaccia
Description:
I will give you an integer. Give me back a shape that is as long and wide as the integer. The integer will be a whole number between 1 and 50.
Example
n = 3
, so I expect a 3x3 square back just like below as a string:
+++
+++
+++
Fundamentals
ASCII Art
Similar Kata:
Stats:
Created | Sep 1, 2017 |
Published | Sep 1, 2017 |
Warriors Trained | 28908 |
Total Skips | 1101 |
Total Code Submissions | 53471 |
Total Times Completed | 19907 |
JavaScript Completions | 7767 |
C# Completions | 1111 |
Python Completions | 6679 |
Rust Completions | 658 |
TypeScript Completions | 548 |
Ruby Completions | 380 |
C Completions | 338 |
Java Completions | 2153 |
Julia Completions | 45 |
PHP Completions | 569 |
BF Completions | 131 |
Crystal Completions | 13 |
R Completions | 65 |
CoffeeScript Completions | 16 |
D Completions | 12 |
Scala Completions | 56 |
OCaml Completions | 46 |
Lua Completions | 52 |
Total Stars | 195 |
% of votes with a positive feedback rating | 92% of 2023 |
Total "Very Satisfied" Votes | 1734 |
Total "Somewhat Satisfied" Votes | 255 |
Total "Not Satisfied" Votes | 34 |
Total Rank Assessments | 14 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 8 kyu |