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 |
%%
b = 1;
h = 1;
y_correct = 1/2;
assert(isequal(TriangleArea(b,h),y_correct))
|
Determine the number of odd integers in a vector
323 Solvers
2137 Solvers
367 Solvers
148 Solvers
291 Solvers