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