+ 4
Challenge: triangle number
Make a code that create a triangle with numbers like that: 1 12 123 1234 For that use an input to get the number of level in the triangle (in this example it's 4) Then write the sum of all the numbers in the triangle
7 Answers
+ 3
Here you go
https://code.sololearn.com/c9vtfQm1cldT/?ref=app
+ 3
+ 3
https://code.sololearn.com/ck8w96MG1G3E/?ref=app
+ 2
here it is... still in beta, shape is not perfect with limit greater than 9
https://code.sololearn.com/ct0dO0E1HQmC/#cpp
nice challenge! đâ
+ 2
My attempt in PHP: https://code.sololearn.com/wkL4heVdVT1O/#
Nice challenge. :)
- 1
HERES THE NEW CHALLENGE...
CHECK IT OUT FRIENDS
https://www.sololearn.com/discuss/653982/?ref=app