Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
how to write a methodthat takes a String parameter, and returns the String with any upper-case letters replaced with the equivalent lower-case...
how to write a methodthat takes a String parameter, and returns the String with any upper-case letters replaced with the equivalent lower-case letter. Any non-letter characters should be unchanged.