Mobycy interview question

Write a java program to reverse a string containing special characters without special characters getting reversed and other letters getting reversed.

Interview Answer

Anonymous

11 Feb 2021

Broke down the string into array and then applied respective logic on the array containing the string's characters.