Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
s1 = 'He said ''Look over there!''';
s2_correct = 'He said ''''Look over there!''''';
assert(isequal(quote_doubler(s1),s2_correct))
|
2 | Pass |
s1 = '''';
s2_correct = '''''';
assert(isequal(quote_doubler(s1),s2_correct))
|
605 Solvers
272 Solvers
519 Solvers
Project Euler: Problem 1, Multiples of 3 and 5
1491 Solvers
329 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!