Reverse a string.
Anonymous
Can do this multiple ways. Make it into a char array and swap the first and last indexes till last is <= first. Can also use .reverse() but I'm sure this wasn't why the interviewer asked me the question.
Check out your Company Bowl for anonymous work chats.