Computer Science Homework Solutions
Problem
#135958

C++ Programing Using Strings

See attached file for full problem description.
I need both the codings and the exe file.

Attached file(s):
Attachments
Project 5b2.doc  View File

Attachment Content Summary (Note: view attachment at the above link before purchasing. Actual attachment content may vary slightly from that shown below.)

Project 5b2.doc
Write a program that will read in a line of text and output the number
of words in the line and the number of occurrences of each letter.
Define a word to be any String of letters that is delimited at each end
by either whitespace, a period, a comma, or the beginning of the line.
You can assume that the input consists entirely of letters, whitespace,
commas, and periods. When outputting the number of letters that occur in
a line, be sure to count upper- and lowercase versions of a letter as
the same letter. Output the letters in alphabetical order and list only
those letters that do occur in the input line. For example, the input
line

I say Hi.

Should produce output similar to the following:

3 words

1 a

1 h

2 i

1 s

1 y

Solution Summary

C++ Programing Using Strings is demonstrated.

Solution
What is this?
By OTA - Overall OTA Rating
Purchase Cost Now
$2.19 CAD (was ~$7.98)
Included in Download
  • Plain text response
  • Attached file(s):
    • wlc.cpp
    • wlc.zip
$2.19 Instant Download
Add to Cart
Why you can trust BrainMass.com
  • Your Information is Secure
  • Best Online Academic Help Service
  • Students find real academic Success
Related Solutions
Browse