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 |
a = 1;
b=2;
c=3;
y_correct = 6;
assert(isequal(vol(a,b,c),y_correct))
ans =
[]
|
2 | Pass |
a = 6;
b=5;
c=3;
y_correct = 90;
assert(isequal(vol(a,b,c),y_correct))
ans =
[]
|
23022 Solvers
1580 Solvers
2110 Solvers
2280 Solvers
216 Solvers