write a program to find the first leter of your name in java
Answers
Answered by
0
Answer:
Given a string name, we have to find the initials of the name ... Input : prabhat kumar singh Output : P K S We take the first letter of all words ... Recommended: Please try your approach on {IDE} first, before ... Java program to print initials of a name ... We can also use strtok() function in C/C++ to achieve this.
Explanation:
Similar questions
Math,
2 months ago
Social Sciences,
2 months ago
Biology,
2 months ago
Math,
5 months ago
Math,
10 months ago