LOGOWANIE

KWALIFIKACJA MEC5 - TEST WIEDZY NR 4

Pytanie nr 33
Zidentyfikuj elementy sterujące w poniższym fragmencie kodu:
if (positionError > threshold) {
  motorSpeed = maxSpeed;
} else {
  motorSpeed = minSpeed;
}
A.
B.
C.
D.