117k views
8 votes
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."

User EdStevens
by
3.5k points

1 Answer

9 votes
When did you post this? Just wondering cuz I’m about to take a test tomorrow and need fast response times, not sure if this site is reliable for that.
User Pjcard
by
3.4k points