int setParam(int paramValue) { if (paramValue < 0 || paramValue > 100) { return -1; } // Ustawianie parametru... return 0; }
Sprawdź odpowiedź