Description
Write a C++ Program to capitalize the first character of each word in a string.
Lab Objective
Upon completion of this lab, you will be able to:
● Build Logical Thinking.
● Capitalize the first character of each word in a string.
Prerequisites
You should have VS Code or any other suitable IDE for programming and running the code.