..im just wondering...If I have entered a sentence in a InputDialog box, using JOptionPane, how can I get the middle character per word and put it at the beginning of each word then add a "java" word at the end of each word..?..
for example:
The girl jumped
The result should be like this:
hTejava igrljava mjupedjava
..I have tried using the charAt method..but it only gets the middle character of the FIRST word..but if there could be a way I can use the charAt method to attain my objective..could you please show me how..??
..Thank you..