Reversing a string in java
/*Question 2ú : Reverse Prefix of Word(Using Stack) Given a 0-indexed string word and a character ch, reverse the segment of word that starts at index 0 and ends at the index of the first occurrence of ch (inclusive). If the character ch does not exist in word, do nothing.ä For example, […]