We covered a lot of material in the last few lectures, including program flow, syntax, variables, and arithmetic. Now is a good time to take a break from the videos and have you apply some of the concepts you learned. Open the Arduino program to begin.

Write an Arduino program that starts with an integer at 0, prints it to the Serial Monitor, and increments the integer. It should continue printing and incrementing the integer forever.

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: