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 = 3;
y_correct = 9.8430;
assert(isequal(round(feet_conv(x),4),y_correct))
|
2 | Fail |
x = 0.2;
y_correct = 0.6562;
assert(isequal(round(feet_conv(x),4),y_correct))
|
Find the longest sequence of 1's in a binary sequence.
2445 Solvers
223 Solvers
MATCH THE STRINGS (2 CHAR) very easy
194 Solvers
Try 1.5.4: Celsius to Fahrenheit
486 Solvers
Number of digits in an integer
271 Solvers