JAVA
Write a method that makes the input string of sentences ending with '.' and combines them into a single sentence. The result should keep the final period.
For example,
runOnSentence("A sentence. That runs on.")
returns
"A sentence that runs on."