Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 100;
assert(isequal(logic(x),y_correct))
|
2 | Pass |
x = 2;
assert(isequal(logic(x),102))
y =
102
|
3 | Pass |
x = 4;
assert(isequal(logic(x),103))
y =
102
y =
99
y =
103
|
4 | Pass |
x = 7;
assert(isequal(logic(x),97))
y =
102
y =
99
y =
103
y =
98
y =
104
y =
97
|
The Answer to Life, the Universe, and Everything
383 Solvers
484 Solvers
260 Solvers
Height of a right-angled triangle
448 Solvers
Find my daddy long leg (No 's')
632 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!