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 |
h = 50;
w = 20;
r = 12;
A_correct = (h*w)-((pi*r^2)/2);
assert(isequal(your_fcn_name(h,w,r),A_correct))
|
5832 Solvers
216 Solvers
452 Solvers
Create sequnce 1 4 9 16 25.........
190 Solvers
99 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!