wjanelle4566 wjanelle4566 24-11-2022 Computers and Technology contestada Write method reversestring, which takes a string str and returns a new string with the characters in str in reverse order. For example, reversestring("abcde") should return "edcba".