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 |
m=1;
h=10;
v=2;
y_correct = 100;
assert(isequal(te(m,h,v),y_correct))
g =
9.8000
y =
100
|
2 | Pass |
m=10;
h=10;
v=2;
y_correct = 1000;
assert(isequal(te(m,h,v),y_correct))
g =
9.8000
y =
1000
|
3 | Pass |
m=1;
h=10;
v=20;
y_correct = 298;
assert(isequal(te(m,h,v),y_correct))
g =
9.8000
y =
298
|
Fahrenheit to Celsius converter
262 Solvers
2104 Solvers
264 Solvers
348 Solvers
123 Solvers