Ad
  • Custom User Avatar

    The instruction to this Kata is too vague. Can someone please explain what exactly our function is supposed to do? Thanks

  • Custom User Avatar

    I've read the discussions and found out that i need a different approach other than using the loops because of the time limit. Can anyone suggest how to go about it? thanks :)

  • Custom User Avatar

    idk how i will do that exactly any tips? I'm asking because the compiler on my device is returning the same expected values from the test, so i'm still confused as to why it failed

  • Custom User Avatar

    My code works perfectly on my laptop but it fails some of the tests produced and i honestly don't know why. Any tips?

  • Custom User Avatar

    sorry. I actually misinteprated the error message and fixed the problem. Thanks for trying to help

  • Custom User Avatar

    thanks for your reply. I found another way to solve it tho :)

  • Custom User Avatar

    I'm coding in C and when month ==8, i get 2 as a return value because of the Int Type. I tried to use the round function to bypass this and i haven't succeeded yet. Anyone got some tips for me?

  • Custom User Avatar

    The expression (enough(100,60,50)) == (10) is false. <--- This is the message I keep on getting after a Test. I was thinking that should be correct :). Any help?