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 = 2;
y_correct = 16;
assert(isequal(area_sqr(r),y_correct))
ans =
[]
|
2 | Pass |
r = 3;
y_correct = 36;
assert(isequal(area_sqr(r),y_correct))
ans =
[]
|
3 | Pass |
r = 25;
y_correct = 2500;
assert(isequal(area_sqr(r),y_correct))
ans =
[]
|
3306 Solvers
The Goldbach Conjecture, Part 2
961 Solvers
474 Solvers
Who has power to do everything in this world?
256 Solvers
Matlab Basics - Pick out parts of a vector
147 Solvers