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.
while this works, it rather difficult to read (and depends on ASCII encoding). Better to compare the chars as chars:
or even better, let the framework do the work:
Also, C# knows how to add a char to a string:
This solution originally passed when it was submitted but the kata's test cases updated
and this solution now no longer pass, request to you Resubmit the solution.
Thank You.
This solution originally passed when it was submitted but the kata's test cases updated
and this solution now no longer pass, request to you Resubmit the solution.
Thank You.
This solution originally passed when it was submitted but the kata's test cases updated
and this solution now no longer pass, request to you Resubmit the solution.
Thank You.
This solution originally passed when it was submitted but the kata's test cases updated
and this solution now no longer pass, request to you Resubmit the solution.
Thank You.
This solution originally passed when it was submitted but the kata's test cases updated
and this solution now no longer pass, request to you Resubmit the solution.
Thank You.
This solution originally passed when it was submitted but the kata's test cases updated
and this solution now no longer pass, request to you Resubmit the solution.
Thank You.
can I Translation in C#?
https://www.codewars.com/kata/5300901726d12b80e8000498
Yours is actually a simpler version of FizzBuzz (so the dificulty should be ajusted)
(btw you can search for keywords in the kata pages to look for puzzles that might be similar to yours or to find more FizzBuzz puzzles)
Can You send me link of FizzBuzz Kata which you found same ?
Thank You
This is no different from FizzBuzz.