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))
|
Find the numeric mean of the prime numbers in a matrix.
5911 Solvers
798 Solvers
Compute a dot product of two vectors x and y
645 Solvers
Try 1.5.4: Celsius to Fahrenheit
486 Solvers
481 Solvers