Sum square difference This problem is fairly simple, however, it will allow us to explore our good friend recursion. We will use a combination of that and functional programming to solve this fella with relative ease…hopefully. Alright, enough yammering, let’s get to it! Discussion The sum of the squares of the first ten natural…