Write an Arduino program that prints integers that count up from 1, except that for every multiple of 3 (3, 6, 9, 12, etc.), the word “Fizz” is printed instead.
Hint: you will want to add some kind of delay so that you can actually read the output. If you open the Serial Monitor, you should see the following:
