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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!