Question: how do i implement this using an array? (C++) Program Assignment: Have you notice when you use some editors or word processors, it automatically formats

 how do i implement this using an array? (C++) Program Assignment:
how do i implement this using an array?
(C++)

Program Assignment: Have you notice when you use some editors or word processors, it automatically formats your document as you type. For example, with word if you are doing a bulleted list and hit return it will automatically place your cursor at the right location to begin typing. For program #2, we will implement a simplified version of an editor that will allow the user to enter in a few paragraphs of text and based on that it will display it formatted in a easy to read format. It will follow these rules: 1. The first word of each paragraph will be automatically indented by a tab 2. Two spaces will always occur after every period, exclamation mark, or question mark regardless of what the user types in 3. The first letter of the paragraph will be capitalized 4. The first letter of each sentence will be capitalized 5. At the end make sure to display the number of characters and words in the text. Allow the user to enter in a text ending with a # sign to complete the entire process. A sentence is to be no more than 130 characters and a paragraph no more than 300 characters

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!