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 |
%%
x = 10.67;
y_correct = 11;
assert(isequal(your_fcn_name(x),y_correct))
|
721 Solvers
363 Solvers
Determine if a Given Number is a Triangle Number
286 Solvers
Back to basics 13 - Input variables
203 Solvers
find the surface area of a cube
215 Solvers