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))
s2 =
'He said ''Look over there!'''
|
2 | Pass |
s1 = '''';
s2_correct = '''''';
assert(isequal(quote_doubler(s1),s2_correct))
s2 =
''''
|
Determine whether a vector is monotonically increasing
9262 Solvers
339 Solvers
It dseon't mettar waht oedrr the lrettes in a wrod are.
494 Solvers
How to find the position of an element in a vector without using the find function
2320 Solvers
241 Solvers