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 |
r = 7;
d_correct = 14;
c_correct = 43.9823;
a_correct = 153.9380;
assert(isequal(CIRCLE(r),d_correct))
d =
14
c =
43.9823
a =
153.9380
|
1047 Solvers
370 Solvers
Flip the vector from right to left
756 Solvers
determine the sum of the squares
50 Solvers
Replace Negative(-) by 0 and positive by 1
48 Solvers