Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
R=1;
M=1;
W=99;
assert(tank(R,M)>W)
|
2 | Pass |
R=2;
M=2;
W=96;
assert(tank(R,M)>W)
|
3 | Pass |
R=10;
M=10;
W=36;
assert(tank(R,M)>W)
|
4 | Pass |
R=15;
M=20;
W=5;
assert(tank(R,M)<W)
|
5 | Pass |
R=7;
M=8;
W=58;
assert(tank(R,M)<W)
|
6724 Solvers
Remove the small words from a list of words.
672 Solvers
248 Solvers
1143 Solvers
Find out sum of all elements of given Matrix
349 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!