Skip to content

Opening book details…

Can I read Assignment 1: Text File Processing on EtoBox?

Assignment 1: Text File Processing by TuanHung is a document available to read on EtoBox.

What is Assignment 1: Text File Processing about?

The document provides instructions for an assignment to write a program that reads in words from a text file, counts the frequency of each unique word, sorts the words by descending count or alphabetically for ties, and outputs the top and bottom ten words along with their counts. The program must read the file name from console input, read the file in line-by-line, word-by-word or character-by-character, convert words to lowercase and remove punctuation, store unique words and counts in an efficient data s

Author
TuanHung
Language
EN