Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 'lala';
y_correct = 410;
assert(isequal(sumASCII(x),y_correct))
|
2 | Pass |
x = 'tralala';
y_correct = 737;
assert(isequal(sumASCII(x),y_correct))
|
3 | Pass |
x = 'Try this!';
y_correct = 824;
assert(isequal(sumASCII(x),y_correct))
|
15299 Solvers
Return the first and last character of a string
3454 Solvers
Determine the number of odd integers in a vector
435 Solvers
414 Solvers
113 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!