Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 'Just kidding :)';
assert(isequal(freebies(x),y_correct))
|
Determine whether a vector is monotonically increasing
9255 Solvers
205 Solvers
285 Solvers
Write a code that will follow the equation y = x * (x + x) * x.
139 Solvers
80 Solvers