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
// If char doesn't exist in word, return original word. Else, run a reverse loop from start to char and add those chars in a new string. Then continue new loop from that char to end and add those chars in correct order in same string. Return the newly formed string