function calculateBerthingTime(shipSize, portCapacity) { return shipSize / portCapacity; }
Sprawdź odpowiedź