Posts

Write a program to accept a sentence and then convert each character to second next character

Write a program to accept the name of a person in first, middle and last name format in a single variable. Then display name in the following format

Write a program to accept any name and convert it to ProperCase

Write a program to enter any sentence and calculate total number of alphabets used in it.

Write a program to reverse each word in an inputted string.

Write a program to accept any word and check whether the word is palindrome or not. Without storing the reverse word in another variable

Write a program to accept a sentence and then convert it to Title Case

Write a program to accept a name (first, middle and last format) of a person by the user and display it in the Short form.