Computer Science, asked by ibrashams786, 6 months ago

Write a java program to input a sentence and extract first letter of each word and concat them. Display the word and display length ​

Answers

Answered by manojlakajanavar
1

Answer:

Scanner(System. in); System.out.print("Input a Sentence: "); String line = in. ... for(int i=0;i<s.length();i++) {="" char="" x= "s.

Similar questions