3. Write a program in Java to accept a name(Containing three words) and Display only
the initials (i.e., first letter of each word).
Sample Input: LAL KRISHNA ADVANI
Sample output: L K A
Answers
Answered by
13
Answer ----------------->>>
Explanation:
Attachments:
Similar questions