c++  3.  In order to create an efficient spell checker, you want to know the frequency of occurences of vowels and consonants. Write a program which will prompt the user to enter a string from the keyboard. The program should then count and report the number of characters in the string. The program should also count and report the number of times each letter of the alphabet occurs in the string, and print the percentage of the total represented. Using the principles discussed in finding the maximum element of an array, find the letter of the alphabet which occurs most frequently in the sentence. Find also the letter which occurs second-most frequently. use the following text :    The album also featured alternate versions of Beatles favorites such as "Love Me Do," "Please Please Me," "A Hard Day's Night," "YouCan't Do That," as well as never before heard tracks such as McCartney's "In Spite of All The Danger," Ray Charles' "Hallelujah I Love Her So" and Leiber and Stoller's "Searchin'," among others. Another of the album's many highlights is a recording of the vintage performance of "All My Loving" heard live from the Beatles historic appearance on the Ed Sullivan show.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section: Chapter Questions
Problem 7PP
icon
Related questions
Question

c++ 

3.  In order to create an efficient spell checker, you want to know the frequency of occurences of vowels and consonants. Write a program which will prompt the user to enter a string from the keyboard. The program should then count and report the number of characters in the string. The program should also count and report the number of times each letter of the alphabet occurs in the string, and print the percentage of the total represented. Using the principles discussed in finding the maximum element of an array, find the letter of the alphabet which occurs most frequently in the sentence. Find also the letter which occurs second-most frequently.

use the following text :

   The album also featured alternate versions of Beatles favorites
such as "Love Me Do," "Please Please Me," "A Hard Day's Night,"
"YouCan't Do That," as well as never before heard tracks such as
McCartney's "In Spite of All The Danger," Ray Charles' "Hallelujah
I Love Her So" and Leiber and Stoller's "Searchin'," among others.
Another of the album's many highlights is a recording of the vintage
performance of "All My Loving" heard live from the Beatles historic
appearance on the Ed Sullivan show.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Concept of pointer parameter
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr