In this video lecture we get a string as an input from the user and then process this sring using control structures. This input string may contains both upper and lower case letters. Proper case string is a string in which the first character of each word is capital. This video include complete code example. We will traverse the entire string from first index to the last index and capitalize first character of each upcoming word.