Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 'Have i forgot it'
y = 'Have I forgot it'
assert(isequal(correctIt(x),y))
x =
Have i forgot it
y =
Have I forgot it
|
2 | Pass |
x = 'i like it'
y = 'I like it'
assert(isequal(correctIt(x),y))
x =
i like it
y =
I like it
|
965 Solvers
Is this triangle right-angled?
2396 Solvers
359 Solvers
67 Solvers
90 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!