Answer (Choose 1 answer)
The action that will be performed using this switch case will be:switch (2): {case 1: digitalWrite(11,HIGH); case 2: analogRead(A3)}
A. D11 will become HIGH
B. Analog value of A3 will be read
C. D11 will become LOW
D. None of the other
7