Very very tricky problem
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 | Fail |
%%
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))
Error: Too many input arguments.
|
Project Euler: Problem 8, Find largest product in a large string of numbers
315 Solvers
Return the first and last character of a string
3447 Solvers
Change the sign of even index entries of the reversed vector
296 Solvers
2455 Solvers
464 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!