Ad
  • Default User Avatar

    Not sure if this is common knowledge but on Java if you put static int variables (class level) it will always give yes in some scenarios, tho on my local IDE it worked. Moving the variable from class to local level fixed it. Nice Kata tho.