Solve these and submit as fastly as you can All the best... 1. - TopicsExpress



          

Solve these and submit as fastly as you can All the best... 1. Count vowels/consonants in a string. example: alpha as input and output is 2, 3 2. Change case of every character (lower to uppper and upper to lower). example: input: AlpHa and output is aLPhA 3. Remove all digits in a given string. example: input a3b2cd and output is abcd 4. Using standard phone mapping convert a string to a number representation. example: cat and output 228 5. Given (abc, 2) -> aabbcc. Repeat each char and Expand the string. 6. Given (abc, 2) -> abcabc. Repeat whole string two times one after another.
Posted on: Sun, 16 Mar 2014 09:08:19 +0000

Trending Topics



Recently Viewed Topics




© 2015