Fizz Buzz is a classic coding challenge used to screen would-be programmers in the industry. The challenge has many formulations, but always follows a framework such as: Write a program that prints the numbers from 1 to 100. But for multiples of three, print “Fizz” instead of the number, and…