Modify the string to alternate between upper and lower case. For example,
s='achyuta'
output='AcHyUtA'
Update - Test cases added at 09-09-2022
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers274
Suggested Problems
-
Project Euler: Problem 5, Smallest multiple
1649 Solvers
-
Back to basics 4 - Search Path
380 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13617 Solvers
-
Implement a bubble sort technique and output the number of swaps required
385 Solvers
-
Sum the numbers on the main diagonal
612 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Additional test cases have been added.