Ad
  • Custom User Avatar

    I am so noob I can't fix aplphabets other than that I fix floats

  • Custom User Avatar
    expected:<1 * 5 = 5[
    2 * 5 = 10
    3 * 5 = 15
    4 * 5 = 20
    5 * 5 = 25
    6 * 5 = 30
    7 * 5 = 35
    8 * 5 = 40
    9 * 5 = 45
    10 * 5 = 50]> 
    but was:<1 * 5 = 5[]>
    

    They're not. Not a kata issue.

  • Custom User Avatar

    expected:<1 * 5 = 5[
    2 * 5 = 10
    3 * 5 = 15
    4 * 5 = 20
    5 * 5 = 25
    6 * 5 = 30
    7 * 5 = 35
    8 * 5 = 40
    9 * 5 = 45
    10 * 5 = 50]> but was:<1 * 5 = 5[]> Isn't it the same thing???

  • Custom User Avatar

    Why are they saying that if the PIN contains letters, that it should return false no matter the length, when you could just accept int instead of string? IRL when you go to an ATM it'll only have numbers on the keypad, and if you look on the website, if you try to put a letter instead of a number, it'll just not allow right?