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
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
Political Science,
3 months ago
Math,
3 months ago
Social Sciences,
6 months ago
Chemistry,
6 months ago
Social Sciences,
10 months ago