1) Write a program to achieve the following "Given a string S, shift each character to its immediate right character (note: preserve the cases)"
2) Count number of occurrences in a given string with additional criteria
3) Write an ASP.NET program to do string manipulation based on set of rules
- All first character caps
- All Even numbers caps
- All Odd Numbers small
- Consider the strings are starting with 0 - Even number
Comments