This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
a = 1;
h=2;
y_correct = 2;
assert(isequal(area(a,h),y_correct))
y =
2
|
651 Solvers
205 Solvers
445 Solvers
358 Solvers
292 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!