post
2
Wap to input a sentence and print the first letter of each word in q basic
Answers
Answered by
0
Explanation:
A String str is given which contains lowercase English letters and spaces. It may contain multiple spaces. Get the first letter of every word and return the result as a string. The result should not contain any space.
Similar questions