Question: Write a method that takes a sentence and returns a new sentence based on how a teenager might say that. The way to do that

Write a method that takes a sentence and returns a new sentence based on how a teenager might say that. The way to do that is to put the word "like" in between each of the words in the original sentence. For example, teenTalk("That is so funny!") would return "That like is like so like funny!". The method signature should be

private String teenTalk(String sentence)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!