Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'Macbeth';
y_correct = false;
assert(isequal(two_b_or_not_two_b(x),y_correct))
ans =
0
|
2 | Pass |
%%
x = 'Publius Cornelius Dolabella';
y_correct = true;
assert(isequal(two_b_or_not_two_b(x),y_correct))
ans =
1
|
3 | Pass |
%%
x = 'B is not the same as b';
y_correct = true;
assert(isequal(two_b_or_not_two_b(x),y_correct))
ans =
1
|
960 Solvers
It dseon't mettar waht oedrr the lrettes in a wrod are.
494 Solvers
Project Euler: Problem 2, Sum of even Fibonacci
461 Solvers
Arrange Vector in descending order
1806 Solvers
144 Solvers