There simple way is to have no delays, but to record in a variable the time the LED is turned on (store the current value of millis())., Then, instead of unconditionally turning off the LED if the result is less than 1, also check that the current millis () value is at least 8000 more than the...