Hi everyone! How would i capitalize a letter of a word in a String ...
For example the string is "Hello Java Programming Forums".. that is the input ... now the output must be "HeLlO JaVa PrOgRaMmInG FoRuMs".. the program should capitalize a letter in a word that is in an odd position assuming that a white space is a word separator and it the letter to be capitalized is the letter that is in odd position in every word the first letter is one (odd), next letter is two (even) and so on... SomeOne Please help me!! I really need help...!