#Reverse a String Taking a string (input), output string.reverse (tupni)
#FizzBuzz Count from 0 to 100, replacing any numbers divisible by three with "Fizz" and any number divisible by five with the word "Buzz". Accounts for numbers divisible by both three and five with "FizzBuzz".
#100-1 Taken from: http://www.thousandtyone.com/blog/EasierThanFizzBuzzWhyCantProgrammersPrint100To1.aspx
#Cracking the Code Questions from cracking the code