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.
How can i create a kata myself?
"For decimal numbers, return true only if the number is equal to its integer part and the integer part is odd."
What does this sentence exactly mean ?
It starts by saying "decimal numbers". Which for me means one or multiple decimal numbers but than it says "return true only if the number" which in this case is singular.
So my question is:
Will this be true ?
1.1
7.7
7.77
And this will be false?
1.01
1.10
1.12
7.17