Question: program for engineering c++ B - [5 Marks] Words: Write a C++ program that reads a line of text in a C-String t of the
B - [5 Marks] Words: Write a C++ program that reads a line of text in a C-String t of the maximum size 200. The program will count the number of words that start with an uppercase letter a number of words that end with an uppercase letter. nd count the Sample Input/Output: Enter a line: TheY werE SleepinG. Enter a line: Super Mario. Supek Words starting with uppercase:2 Words starting Words ending with uppercase with uppercase: 4 ords ending with uppercase: 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
