AP Computer Science A
Reversing a string means to change the order of its characters, so that the last character becomes the first, the second-to-last becomes the second, and so on.
congrats on reading the definition of Reverse. now let's actually learn it.