Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
l = 1;
b = 1;
h = 1;
y_correct = 4;
assert(isequal(your_fcn_name(l,b,h),y_correct))
a =
4
|
2 | Pass |
l = 20;
b = 10;
h = 15;
y_correct = 900;
assert(isequal(your_fcn_name(l,b,h),y_correct))
a =
900
|
10744 Solvers
Calculate the area of a triangle between three points
278 Solvers
Reverse the elements of an array
553 Solvers
193 Solvers
289 Solvers