Category Archives: String
CharConvert
Write a program that reads a string and a character. Each occurrence of the given character (regardless of its case) is converted to opposite case. Continue reading
Posted in String
Leave a comment
ConsChange
shifts all the consonants of the word at the beginning followed by the vowels (e.g. spoon becomes spnoo and SPNoo Continue reading
Posted in String
Leave a comment
TheString
A class TheString accepts a string of a maximum of 100 characters with only one blank space between the words. Some of the members of the class Continue reading
Posted in String
Leave a comment