We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f05a19 commit 9a8d93cCopy full SHA for 9a8d93c
exercises/concept/cars-assemble/src/main/java/CarsAssemble.java
@@ -1,7 +1,7 @@
1
public class CarsAssemble {
2
3
public double productionRatePerHour(int speed) {
4
- throw new UnsupportedOperationException("Please implement the CarsAssemble.productionRateperHour() method");
+ throw new UnsupportedOperationException("Please implement the CarsAssemble.productionRatePerHour() method");
5
}
6
7
public int workingItemsPerMinute(int speed) {
0 commit comments