Answered step by step
Verified Expert Solution
Question
1 Approved Answer
CODE LANGUAGE: C Summary Project 3 will be a word count program. You'll be given a text file named input.txt and will need to count
CODE LANGUAGE: C
Summary Project 3 will be a word count program. You'll be given a text file named input.txt and will need to count the total number of characters, words, and integers in the file For the purposes of this assignment follow these rules for words Words can have a possessive or contraction apostrophe () o Examples: can't they're Chris -Sarah's Words may be compound word with a hyphen (-) o Examples: daughter-in-law check-in merry-go-round Integers do not count as words .Numbers/integers will never touch letters/words SO THESE EXAMPLES WILL NOT OCCUR AND DO NOT HAVE TO BE CODED FOR o Examples that will not be tested 49ers - 6-year-old Rules: . follows the summary description and boiler plate rules input file must be named "input.txt" file is properly closed this project DOES NOT require arrays, I highly suggest you DO NOT try to use one hereStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started