This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 101;
y_correct = 3;
assert(isequal(HowManyDigits(x),y_correct))
|
2 | Pass |
%%
x=1203;
y_correct = 4;
assert(isequal(HowManyDigits(x),y_correct))
|
Determine whether a vector is monotonically increasing
9263 Solvers
231 Solvers
Back to basics 3 - Temp Directory
277 Solvers
Check that number is whole number
274 Solvers
265 Solvers