✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Який результат виконання наведеного нижче коду?
void setup() {Serial.begin(9600);}void loop() {String s=String(13,BIN);Serial.println(s);}