Uncategorized

FizzBuzz Recursion

Jan 15, 2016 | | 1 comment

I changed my code so it works with recursion. On a success it should return j+1 when called.

First Post

Jan 12, 2016 | | Say something

I’ve decided to start blogging the code I write so I can practice my coding skills, while also helping give examples of code out to people. I wrote this code after reading this article. FizzBuzz: Write code to loop from 1 to 100. If the number is divisible by 3 then output Fizz. If it’s […more]