Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y = 1;
z_correct=1;
assert(isequal(Speed(x,y),z_correct))
|
2 | Pass |
x=4;
y=2;
z_correct=2;
assert(isequal(Speed(x,y),z_correct))
|
Is my wife right? Now with even more wrong husband
1241 Solvers
246 Solvers
387 Solvers
2316 Solvers
274 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!