C++ question Question 2: syllable count Problem statement In English, a syllableLinks to an external site. is a unit of pronunciation having one vowel sound (a, e, i, o, u). For example the word innocent has 3 syllables as we can break it into 3 sounds like in·no·cent. As a general rule of thumb, the Oxford English Dictionary says, “with most adjectives and adverbs of more than one syllable, and with all those of more than two syllables,”  “the normal mode” of forming the comparative and superlative is by using “more” and “most”. For example we say more or most innocent rather than using innocenter or innocentest. Imagine you are an engineer of a team developing English grammar checker. Your task is to write a function named count_syllables to count number of syllables in a given English word of all lower case letters.

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter6: Using Arrays
Section: Chapter Questions
Problem 6RQ
icon
Related questions
Question

C++ question

Question 2: syllable count

Problem statement

In English, a syllableLinks to an external site. is a unit of pronunciation having one vowel sound (a, e, i, o, u). For example the word innocent has 3 syllables as we can break it into 3 sounds like in·no·cent. As a general rule of thumb, the Oxford English Dictionary says, “with most adjectives and adverbs of more than one syllable, and with all those of more than two syllables,”  “the normal mode” of forming the comparative and superlative is by using “more” and “most”. For example we say more or most innocent rather than using innocenter or innocentest.

Imagine you are an engineer of a team developing English grammar checker. Your task is to write a function named count_syllables to count number of syllables in a given English word of all lower case letters. 

1
2
3
4
5
Test #
innocent
humble
car
incomprehensibilities
Criteria
Input
pneumonoultramicroscopicsilicovolcanoconiosis
3
19
20
Output (std::cout value)
Transcribed Image Text:1 2 3 4 5 Test # innocent humble car incomprehensibilities Criteria Input pneumonoultramicroscopicsilicovolcanoconiosis 3 19 20 Output (std::cout value)
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 6 images

Blurred answer
Knowledge Booster
Reference Types in Function
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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr