You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// You are given a string S followed by two integers N1 and N2. You need to change the case of character at those two indices as specified by the two integers.
// Input Format
// First line contains the string S Second line contains two integers separated by single space
// Output Format
// It should print the string with case changed at those locations