filmov
tv
Code Wars C# 6 kyu: Pyramid Array

Показать описание
Beginner level C# object oriented programming series. Viewers are provided an integer value as input. They must return a jagged array containing integer arrays filled with the value 1 and sized for each integral value from 0 to the input value. See the examples provided at the link below for a better understanding.