Question: Programming challenge description: Write a program which, given a sentence, puts the first letter of each word into upper case. Input: Your program should read
Programming challenge description:
Write a program which, given a sentence, puts the first letter of each word into upper case.
Input:
Your program should read lines from standard input. Each line has a space-delimited sequence of words. Each word contains English letters, digits, and underscores. For example:
Hello world
Output:
Print the capitalized words. For example:
Hello World
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
