Design a class called Sentence that has a constructor that takes a string representing the sentence as input. The class should have the following methods:
• get_first_word•
get_all_words•
replace(index, new_word)—Change a word at a particular index to “new_word.” E.g. If the sentence is “I’m going back.” andset_word_at_index(2, “home”), then the sentence becomes “I’m going home.”
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.