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 = 1;
y =2;
y_correct = 3;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = 1;
y =4;
y_correct = 4;
assert(isequal(your_fcn_name(x),y_correct))
|
3 | Pass |
x = 2;
y =4;
y_correct = 8;
assert(isequal(your_fcn_name(x),y_correct))
|
1484 Solvers
Mersenne Primes vs. All Primes
81 Solvers
93 Solvers
Write a code that will follow the equation y = x * (x + x) * x.
139 Solvers
91 Solvers