Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
wow all same idea :P plus all variables as well
why same idea :P
That is difficult but good one
Task say that "sorted in ascending order!"
same idea :)
look like my idea :P
I can not pass for big Number !!
This comment is hidden because it contains spoiler information about the solution
Thanks for getiing back to me so quickly! I am using Javascript, and I am trying to calculate the square of the height. I tried "height*height",but that did't work. However, using "height**2" does work. Do you know why that is?
Is it error?? height* height is not working..