This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 'gopala';
y_correct = 'GoPaLa';
assert(isequal(altul(x),y_correct))
|
2 | Fail |
x = 'adhisesa';
y_correct = 'AdHiSeSa';
assert(isequal(altul(x),y_correct))
|
The Goldbach Conjecture, Part 2
1284 Solvers
Return unique values without sorting
588 Solvers
746 Solvers
Try 1.5.4: Celsius to Fahrenheit
609 Solvers
511 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!