A classic coding problem and one that I like to solve first when I’m first learning a new programming language, is an algorithm to print the Fibonacci sequence to the nth term. 0, 1 , 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, … The terms of the…