Skip to content

Commit 20091ab

Browse files
committed
Find Shortform of a string
1 parent 1e17b7d commit 20091ab

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

FirstLetterOfEachWord.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
import java.util.*;;
1+
/* Find first letter of each word in a string
2+
Input : Kalyani Govt. Eng. College
3+
Output : KGEC
4+
*/
5+
6+
import java.util.*;
27
public class FirstLetterOfEachWord {
38
public static void main(String[] args) {
49
Scanner sc = new Scanner(System.in);

0 commit comments

Comments
 (0)