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 |
x = 2;
y_correct = 12.57;
assert(isequal(crcl_area(x),y_correct))
|
2 | Pass |
x = 12;
y_correct = 452.39;
assert(abs(y_correct-crcl_area(x)) <= 0.01)
|
1312 Solvers
298 Solvers
Celsius to Fahrenheit converter
280 Solvers
Check that number is whole number
274 Solvers
221 Solvers