You need to specify that the answer must be rounded to 2 decimal places.
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)
|
351 Solvers
07 - Common functions and indexing 2
256 Solvers
204 Solvers
236 Solvers
120 Solvers