Question.4
What will be the status of LED (after executing the following code)?
Code:
void setup() { pinMode(7, INPUT); digitalWrite(7, LOW); } void loop() { }
Select Answer
LED will be OFF.
LED will be ON.
LED will keep flickering randomly.
LED will be ON with nominal (dim) brightness.