Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Download the file USDictionary.txt from the course Blackboard site that contains words in the US dictionary (about 118,000 words all in lower case). Write a

Download the file USDictionary.txt from the course Blackboard site that contains words in the US dictionary (about 118,000 words all in lower case). Write a C++ program that will determine and display the following items:

The total number of words in the dictionary.

The total number of characters in the dictionary (not including white spaces)

The total number of characters in the dictionary (including white spaces) Hint: Use get( ).

The total number of words ending in the letter e.

The total number of 6 letter words.

The total number of words beginning with a vowel.

The total number of words containing the substring ate.

The total number of occurances of the letter e.

The total number of words containing at least two occurances of the letter e.

Turn in a printout of the program and the results.

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

Students also viewed these Databases questions