logo

Crowdly

Browser

Add to Chrome

Яким буде результат виконання програми? int pin=11; void setup() {     pin...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Яким буде результат виконання програми?

int pin=11;

void setup() {

    pinMode(pin,OUTPUT);

    int a=0;

    Serial.begin(9600);

}

void loop() {

    digitalWrite(pin,HIGH);

    Serial.println(a);

}

0%
0%
0%
100%
More questions like this

Want instant access to all verified answers on vns.lpnu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome