Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

c++ CIS 150-Lab 07 Question 4 Write a program that reads the following sentences from a file: 1am Sam Sam I am That Sam I

image text in transcribedc++
CIS 150-Lab 07 Question 4 Write a program that reads the following sentences from a file: 1am Sam Sam I am That Sam I am That Sam Iam 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 (i) (ii) 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) the number of lines in the original file e. The content of both output files should also be displayed on screen. Provide snippets showing all files: input, outputl, ouput2, and the screen output. Book

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

Database Theory And Application Bio Science And Bio Technology International Conferences DTA And BSBT 2011 Held As Part Of The Future Generation In Computer And Information Science 258

Authors: Tai-hoon Kim ,Hojjat Adeli ,Alfredo Cuzzocrea ,Tughrul Arslan ,Yanchun Zhang ,Jianhua Ma ,Kyo-il Chung ,Siti Mariyam ,Xiaofeng Song

2011th Edition

3642271561, 978-3642271564

More Books

Students also viewed these Databases questions

Question

What is kimberlite, and why is it of economic interest?

Answered: 1 week ago

Question

Are my points each supported by at least two subpoints?

Answered: 1 week ago