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.
OP solved it, closing
Hey, its working fine. I think its good to check syntax + indexes, its not very obvious. I have problem with this for more then hour :D Good luck.
@Mikiawm confirming.
By this misstake i modify for 15 mins working code.
Needs more info
How so?
Look simple, i like this one.
This program should work for wrong input so this is reason for my problem. "1 2 3" <= this input should be invalid but the program is correct if return last item of this as reasult.
Hello, try to complete this exercise but i have problem with this test case:
Should parse float numbers
Expected: 3.5d +/- 0.0d
But was: 35.0d
C# language + on visual studio i have good result
Ok. Now i pass the test but again have almost the same problem on submit site:
Should parse float numbers
Expected: 3.5d +/- 0.0d
But was: 1.0d
Its somethink wrong with my code? At visual studio i have correct result.
Good work!
Well done i solve it. Char convert my number... Thx
Your result is wrong. The product
7537*58327
is not equal to the number you have as input. Sorry!C#
This is only one fail, all other test i passed.
Which language please?
Expected: "(7537)(123863)"
But was: "(7537)(58327)"
Anyone have this problem?
Loading more items...