Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
m=1;
h=10;
v=2;
y_correct = 100;
assert(isequal(te(m,h,v),y_correct))
|
2 | Pass |
m=10;
h=10;
v=2;
y_correct = 1000;
assert(isequal(te(m,h,v),y_correct))
|
3 | Pass |
m=1;
h=10;
v=20;
y_correct = 298;
assert(isequal(te(m,h,v),y_correct))
|
Is my wife right? Now with even more wrong husband
1145 Solvers
Back to basics 25 - Valid variable names
253 Solvers
The sum of the numbers in the vector
342 Solvers
84 Solvers
361 Solvers