Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

c ++ Write a program that reads the following sentences from a file: I am Sam Sam I am That Sam I am That Sam

image text in transcribed

c ++

Write a program that reads the following sentences from a file:

I am Sam Sam I am That Sam I am That Sam I am I do not like that Sam I am Do you like green eggs and ham?

I do not like them

But I do like spam!

You will first have to create the text file containing the input, separate from your program. Your program should produce two output files:

one with the whole text in uppercase

another one with statistics about the text:

the number of characters (non spaces) in the whole text

the length of each line (using arrays)

the length of the longest line

a count of each time a letter appears in the file (s and S are the same letter; only display letters if their count > 0) (using vectors)

the number of lines in the original file

The content of both files should also be presented on screen.

Provide a screenshot of all files: input, output1, ouput2 and the screen output.

Write a program that reads the following sentences from a file I am Sam Sam I anm That Sam I am That Sam I am I do not like that Sam I am Do you like green eggs and ham? I do not like them But I do like spam! You will first have to create the text file containing the input, separate from your program. Your program should produce two output files (i) (ii) one with the whole text in uppercase another one with statistics about the text a. the number of characters (non spaces) in the whole text b. the length of each line (using arrays) c. the length of the longest line d. a count of each time a letter appears in the file (s and S are the same letter, only display letters if their count>0) (using vectors) e. the number of lines in the original file The content of both files should also be presented on screen. Provide a screenshot of all files: input, outputl, ouput2 and the screen output

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

Step: 3

blur-text-image

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 ASP.NET 2.0 And Databases

Authors: John Kauffman, Bradley Millington

1st Edition

0471781347, 978-0471781349

More Books

Students also viewed these Databases questions