Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ Write a program that will read in a line of text (use the getline function) into a string variable and output the number of

image text in transcribed
C++
Write a program that will read in a line of text (use the getline function) into a string variable and output the number of words in the line and the number of occurrences of each letter Specifications: Define a word to be any string of letters that is delimited at each end by either whitespace (not just the space character!), a period, a comma, or the beginning or end of the line. You can assume that the input consists entirely of letters, whitespace, commas, and all forms of punctuation. When outputting the number of letters that occur in a line, be sure to count uppercase and lowercase versions of a letter as the same letter. Output the letters in alphabetical order in uppercase and list only those letters that occur in the input line If you execute the program, the following information should be displayed: ~> main . Enter a Line of Text: I say ' Hi!". Words:3 Letters

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 Machine Performance Modeling Methodologies And Evaluation Strategies Lncs 257

Authors: Francesca Cesarini ,Silvio Salza

1st Edition

3540179429, 978-3540179429

More Books

Students also viewed these Databases questions