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
Today we'll go over a very common question asked in a software interview. Given a sentence string, implement a function that returns this same sentence with every other word reversed.
i changed it to do every work, i mean you only need to use % to check every other word so instead i wanted to try to find a way to reverse every word/character without reversed()