WAP to get a string a user and return a string with every third letter of every word in capital letter
Eg.
Input: This is an example of string operations
Output: ThIs is an exAmpLe of stRinG opEraTioNs
Published By : Guru Prasath Balakrishnan
WAP to get a string a user and return a string with every third letter of every word in capital letter
Eg.
Input: This is an example of string operations
Output: ThIs is an exAmpLe of stRinG opEraTioNs