• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
Terror90 Avatar
Name:Unknown
Clan:Unknown
Member Since:Nov 2024
Last Seen:Dec 2024
Profiles:
    Following:1
    Followers:1
    Allies:1
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations
    • Replies (20)
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • pemochamdev
      • commented on "Replace With Alphabet Position" kata
      • 3 months ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • emmanuel003
      • commented on "Miles per gallon to kilometers per liter" csharp solution
      • 5 months ago

      fair chance you did not import the "System" namespace (line1)

    • Custom User Avatar
      • brodiemark
      • commented on "Steps" kata
      • 6 months ago

      No problem at all.

    • Custom User Avatar
      • brodiemark
      • commented on "Steps" kata
      • 6 months ago

      Is it OK with you if I put the spoiler back? Before I do this you should be able to copy and paste the contents of my reply if you think it will be helpful.

    • Custom User Avatar
      • brodiemark
      • commented on "Steps" kata
      • 6 months ago

      By the way, a good way to get help is to go to the help-solve channel on Discord: ⁠https://discord.com/invite/7U9t33jrgG

    • Custom User Avatar
      • brodiemark
      • commented on "Steps" kata
      • 6 months ago

      I didn't realize. OK I will take away the spoiler warning for a while. But then I will put it back.

    • Custom User Avatar
      • brodiemark
      • commented on "Steps" kata
      • 6 months ago

      You can't un-flag - meaning you can't turn the spoiler warning off. But you still should be able to click on it - not?

    • Custom User Avatar
      • brodiemark
      • commented on "Steps" kata
      • 6 months ago

      I marked it as a Spoiler, because it gives some information to help solve the problem, so some people don't want to see it. But you should be able to click on it and see what I suggested.

    • Custom User Avatar
      • brodiemark
      • resolved a question on "Steps" kata
      • 6 months ago
    • Custom User Avatar
      • brodiemark
      • commented on "Steps" kata
      • 6 months ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • hobovsky
      • commented on "Help the general decode secret enemy messages." kata
      • 6 months ago

      It does not look like this to me. Are you sure? Does it get fixed when you click RESET?

    • Custom User Avatar
      • hobovsky
      • commented on "Last digit of a huge number" kata
      • 6 months ago

      Submission tests show you what was the failing array:

      Test Failed
        Incorrect answer for array=[]
      Assert.That(Calculator.LastDigit(allCases[i].test), Is.EqualTo(allCases[i].expect))
        Expected: 1
        But was:  0
      

      Example tests do not show the array, but you can see the code of the exampel tests, you can modify it at will, so you have everything what's needed to figure out which assertion is failing.

    • Custom User Avatar
      • hobovsky
      • resolved an issue on "Last digit of a huge number" kata
      • 6 months ago

      Your code using Math.Pow has no chance to work. It will lose precision very quickly and give inaccurate result. Also num.ToString() called on a large double will not work in an expected way.

      You need a uch better idea, and for sure one which does not use floatign point numbers.

    • Custom User Avatar
      • hobovsky
      • commented on "Last digit of a huge number" kata
      • 6 months ago

      You can always see what test goes wrong by doing Console.WriteLine(arr).

    • Custom User Avatar
      • ejini战神
      • resolved a question on "Evens times last" kata
      • 6 months ago

      Perhaps some reading might help, though this kata does not require to handle default values, only handling of empty list as an edge case is needed.

    • Loading more items...
    • © 2025 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Code of Conduct
    • Contact

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...