Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
a = [257.68];
b = [2 1 0 0 1 1 0 1 0 1 1 3];
out = makingChange(a);
assert(isequal(out(:), b(:)))
|
2 | Fail |
a = [135.01];
b = [1 0 1 1 1 0 0 0 0 0 0 1];
out = makingChange(a);
assert(isequal(out(:), b(:)))
|
3 | Fail |
a = [10035.99];
b = [100 0 1 1 1 0 0 1 1 2 0 4];
out = makingChange(a);
assert(isequal(out(:), b(:)))
|
Make the vector [1 2 3 4 5 6 7 8 9 10]
35547 Solvers
951 Solvers
835 Solvers
Back to basics 25 - Valid variable names
293 Solvers
464 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!