This solution is outdated. To rescore this solution, sign in.
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(isequal(crcl_area(x),y_correct))
|
2979 Solvers
274 Solvers
Cell Counting: How Many Draws?
581 Solvers
Calculate distance travelled when given radius and rotations
182 Solvers
175 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!