write a program accept a string in uppercase and replace all the characters to lowercase except the first character of each word
Answers
Answered by
5
Explanation:
This program will convert given string in capitalize form, where first character of each word will be capital (uppercase) and other characters will be small. Third run: Enter a string: 10 ways to learn programming.
Similar questions