if (temperatura > 70) { stopSilnik(); } else if (obroty > 3000) { zmniejszObroty(); } else { zwiekszObroty(); }
Sprawdź odpowiedź