We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e17b7d commit 20091abCopy full SHA for 20091ab
1 file changed
FirstLetterOfEachWord.java
@@ -1,4 +1,9 @@
1
-import java.util.*;;
+/* Find first letter of each word in a string
2
+ Input : Kalyani Govt. Eng. College
3
+ Output : KGEC
4
+*/
5
+
6
+import java.util.*;
7
public class FirstLetterOfEachWord {
8
public static void main(String[] args) {
9
Scanner sc = new Scanner(System.in);
0 commit comments