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 | Fail |
x = 2.438;
y_correct = 910.502;
x = 2.25;
y_correct = 715.694;
x = 2;
y_correct = 502.659;
assert(isequal(Volume_Rack(x),y_correct))
|
985 Solvers
Program an exclusive OR operation with logical operators
597 Solvers
351 Solvers
2473 Solvers
201 Solvers