Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'You want to go shopping with me, right?';
y_correct = 'yes';
assert(isequal(wiferightagain(x),y_correct))
|
2 | Pass |
%%
ready = 'Will you be ready soon?';
when_she_said = 'In a couple minutes';
when_really = 'An hour if you''re lucky';
y_correct = 'yes';
assert(isequal(wiferightagain(ready,when_she_said,when_really),y_correct))
|
8396 Solvers
Find state names that end with the letter A
551 Solvers
Back to basics 8 - Matrix Diagonals
707 Solvers
Make an awesome ramp for a tiny motorcycle stuntman
262 Solvers
Getting the absolute index from a matrix
176 Solvers