WAP to accept Full Name of User and Print its Intials with Last Name.
Please donot use any split(), You can convert the Strings to character array and do the operations.
Input: Suraj Prasad Ghimire
Output: S P Ghimire
Input: Vangipurapu Venkata Sai Laxman
Output: V V S Laxman
Published By : Suraj Ghimire