The Power of Point Five – Learn More About Your Numbers
I've been doing daily coding challenges on a couple of websites. It's been great to keep my skills fresh and find where I can improve my programming skills. Now the problem that I was working on yesterday was a simple one. I looked at it and thought to my self, "this is a little bit of simple math, I'll bang this out nice and quickly!". I write my code, give it a check, run the test case and at that point I think I'm golden. Then I run the submission tests, Pass, Pass, Pass, Fail..... wait, what just happened? I check my code and run the test case again, Pass. I run a custom test case, Pass. I run the submission tests, Pass, Pass, Pass, Fail. Ok, my first thought is…