LOGOWANIE

KWALIFIKACJA ELM6 - TEST WIEDZY NR 2

Pytanie nr 3
if (silnik.status == "BŁĄD") {
    alert("Wystąpił problem z silnikiem!");
} else if (silnik.temperatura > 80) {
    alert("Temperatura silnika jest za wysoka!");
} else {
    alert("Silnik działa poprawnie.");
}
Jaki jest cel powyższego fragmentu kodu?
A.
B.
C.
D.