Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1884;
y = 1;
assert(isequal(leap(x),y))
|
2 | Pass |
x = 3;
y = 0;
assert(isequal(leap(x),y))
y =
0
|
3 | Pass |
x = 522;
y = 0;
assert(isequal(leap(x),y))
y =
0
|
Find the alphabetic word product
2321 Solvers
1365 Solvers
MATCH THE STRINGS (2 CHAR) very easy
250 Solvers
Find out sum of all elements of given Matrix
349 Solvers
175 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!