FizzBuzz

You are in an interview for a job as an engineer at Quick Lowery Offices.

You are asked to write a standart technical interview program, a FizzBuzz Program.

A FizzBuzz program is described as a program which:

A Basic implementation

A stronger answer

You can see why this is a stronger answer in the stretch goal

Stretch goal

Expand this code so that when a number is divisible by 4, it replaces the number with the word “tazz”, this word shares the same behaviour as the other words. Words should be in the order “FizzBuzzTazz”