I wrote a program to reverse the character order of a string. I could do it with while loop, but it crashed when I used for loop. I know it is about "j >= 0" in the for loop, it did not crash when I used j>0 instead, but it missed the last result.....