Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

ASSIGNMENT - 5 Problem 1: Assuming you have to submit a term paper as a text file with a specified word limit. Develop a C++

image text in transcribed

ASSIGNMENT - 5 Problem 1: Assuming you have to submit a term paper as a text file with a specified word limit. Develop a C++ program that counts the number of words in a standard text file. You may use any generic text file or use a sample text file attached along with this Homework. Also determine the number of occurrences of each letter from "a-z" in the text file. Note, that the counter need not be case-sensitive and this program should have an array variable to update the 12 Points 8 Points a. Draw a detailed flow chart in a document file, indicating the necessary array declarations, and the algorithm used in this program, to (1) count the words, (2) the occurrences of letters from b. In the same document file, prepare a help section that documents the sample text file, the sample 1. Prepare a bar graph that shows the number of occurrences of each of the vowels (i.e. a,e.i.o,u) counter for each alphabet. e.g. occur26 Now: "a-z" and (3) vowels (i.e. a,e,i.o,u). input and output screens (i.e. showing the total word count), and in the sample text file you have used

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

Advances In Databases And Information Systems 14th East European Conference Adbis 2010 Novi Sad Serbia September 2010 Proceedings Lncs 6295

Authors: Barbara Catania ,Mirjana Ivanovic ,Bernhard Thalheim

2010th Edition

3642155758, 978-3642155758

More Books

Students also viewed these Databases questions