Greetings I am hoping to create a simple program that will execute a random number generator that controls a set of 12 lights. From a small switch, I want the lights to light up sequentially (or randomly) from 1 through 12 linearly (1,2,3,4 etc) all the way up to 12 then back down (12,11,10,9 etc) r...