Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

ii implment in C++ CMPE 50-Fall 2018 Lab #4-C-strings and string class. Exercise 1 (Progr. Proi.: 8.1) (Use C-string to solve this problem.) Write a

iiimage text in transcribedimage text in transcribed

implment in C++image text in transcribed

CMPE 50-Fall 2018 Lab #4-C-strings and string class. Exercise 1 (Progr. Proi.: 8.1) (Use C-string to solve this problem.) Write a program that reads in a sentence of up to 100 characters and outputs the sentence with spacing corrected and with letters corrected for capitalization. In other words, in the output sentence, all strings of two or more blanks should be compressed to a single blank. The sentence should start with an uppercase letter but should contain no other uppercase letters. Do not worry about proper names; if their first letters are changed to lowercases, that is acceptable. Treat a line break as if it were a blank space, in the sense that a line break and any number of blank spaces are compressed to a single blank space. Assume that the sentence ends with a period and contains no other periods. For example, the input now is thE TMe for aLl gooD MEN TO ComE TO tHe ald OF ThE CounTRY should produce the following output Now is the time for all good men to come to the aid of the country

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning Microsoft SQL Server 2012 Programming

Authors: Paul Atkinson, Robert Vieira

1st Edition

1118102282, 9781118102282

More Books

Students also viewed these Databases questions

Question

What is the difference between Needs and GAP Analyses?

Answered: 1 week ago

Question

What are ERP suites? Are HCMSs part of ERPs?

Answered: 1 week ago