Problem 3: Write a VI whose front panel has an array of five Round LEDs labeled 0 through 4, as shown below. Develop a program that lights these LEDs one at a time in the order 0-1-2-3-4, and keeps repeating this sequence until the Stop Button is clicked. Make each LED stay lit for 0.2 seconds, so that an entire 0-1-2-3-4 sequence occurs once every second. When the Stop Button is pressed, all LEDs should turn off before the program ends. DO NOT USE LOCAL VARIABLE.
Array