This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 'Have i forgot it'
y = 'Have I forgot it'
assert(isequal(your_fcn_name(x),y))
x =
Have i forgot it
y =
Have I forgot it
ans =
Have I forgot it
|
2 | Pass |
x = 'i like it'
y = 'I like it'
assert(isequal(your_fcn_name(x),y))
x =
i like it
y =
I like it
ans =
I like it
|
1600 Solvers
1598 Solvers
177 Solvers
128 Solvers
471 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!