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 |
velocity = 10;
time = 60;
D_correct = 600;
assert(isequal(distance(velocity,time),D_correct))
|