reversal tokenizer
I know how to use reverse() from StringBuffer and i know how to use StringTokenizer to break apart strings but how would i go about doing them both together?Such as if the user inputed a line saying "hey how are you" then the program would output "yeh woh era uoy"?