Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = [257.68];
b = [2 1 0 0 1 1 0 1 0 1 1 3];
out = makingChange(a);
assert(isequal(out(:), b(:)))
a =
257.6810
c =
100.0000 50.0000 20.0000 10.0000 5.0000 2.0000 1.0000 0.5000 0.2500 0.1000 0.0500 0.0100
|
2 | Pass |
a = [135.01];
b = [1 0 1 1 1 0 0 0 0 0 0 1];
out = makingChange(a);
assert(isequal(out(:), b(:)))
a =
135.0110
c =
100.0000 50.0000 20.0000 10.0000 5.0000 2.0000 1.0000 0.5000 0.2500 0.1000 0.0500 0.0100
|
3 | Pass |
a = [10035.99];
b = [100 0 1 1 1 0 0 1 1 2 0 4];
out = makingChange(a);
assert(isequal(out(:), b(:)))
a =
1.0036e+04
c =
100.0000 50.0000 20.0000 10.0000 5.0000 2.0000 1.0000 0.5000 0.2500 0.1000 0.0500 0.0100
|
1091 Solvers
3064 Solvers
369 Solvers
260 Solvers
Check that number is whole number
1070 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!