Write a program to input a sentence. Develop a menu based upon which print: (i)Word formed by combing first letters of each word. (ii)Word formed by combing last letters of each word.
Answers
Answered by
0
Answer:
7 · Get the first letter of every word and return the result as a string. ... C++ program to find the string which contain ... we are splitting the input based on.
Similar questions