Hello, I have a Client and Server that communicate with each other in terms of knock knock jokes. I would like to know how you would reverse the characters of the input from the user. So if you typed in "Who's there?" it would display "?ereht s'ohW". Also it would display the knock knock joke in reverse as well. Thanks!
Here are the codes for them as well
KnockKnockServer.java -SERVER
KnockKnockClient.java -CLIENT
KnockKnockProtocol.java PROTOCOL