Computers and Technology

Write a function named lineStats. The function lineStats takes three parameters: 1.inFile, a string that is the name of an input file 2.outFile, a string that is the name of an output file 3.threshold, an int that is the length above which a word is considered significant The function lineStats should read and analyze each line of the input file and write two statistics, separated by a space, about the line to a corresponding line of the output file. The two statistics for each line are: 1.the number of words 2.the number of distinct significant words (that is, words longer than threshold) Hint: if a word occurs more than once on a line it counts as a single word. Upper and lower case characters are considered the same ('Word' and 'word' are the same word). The input file contains only upper and lower case letters and white space. For example, if the file fish. txt contains the following lines: Yes some are red and some are blueSome are old and some are newThen the function call: lineStats('fish. txt', 'fishOut. txt', 3)should produce an output file fishOut. txt with the following content: 8 27 1

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 24.06.2019 04:30, LouieHBK
Fall protection, confined space entry procedures, controlled noise levels, and protection from chemical hazards are some of the things that contribute to a safe and
Answers: 1
image
Computers and Technology, 24.06.2019 05:50, 11232003
What all vehicles has tesla inc. created over the years
Answers: 3
image
Computers and Technology, 24.06.2019 13:30, elviaortiz402373
Which of the following is not a “fatal four” event?
Answers: 2
image
Computers and Technology, 25.06.2019 02:30, asra44
One important thing in finding employment is to get your resume noticed and read. true or false
Answers: 2
Do you know the correct answer?
Write a function named lineStats. The function lineStats takes three parameters: 1.inFile, a string...

Questions in other subjects:

Konu
Mathematics, 23.06.2019 15:00
Konu
Computers and Technology, 23.06.2019 15:00