Chemistry, asked by Bledvision, 5 months ago

write a program to find the first leter of your name in java

Answers

Answered by gopusanjana751
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