This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 99;
y_correct = 98;
assert(isequal(bottles_of_beer(x),y_correct))
|
2 | Pass |
x = 9;
y_correct = 8;
assert(isequal(bottles_of_beer(x),y_correct))
|
3 | Pass |
x = 1;
y_correct = 0;
assert(isequal(bottles_of_beer(x),y_correct))
|
2233 Solvers
522 Solvers
Replace multiples of 5 with NaN
282 Solvers
2126 Solvers
255 Solvers