- S Due Wednesday By 2pm Points 100 Programming Assignment 0 Due By 2 00pm July 6th Overview In This Programming Assignm 1 (64.49 KiB) Viewed 10 times
S Due Wednesday by 2pm Points 100 Programming Assignment#0 (DUE by 2:00pm July 6th) Overview In this programming assignm
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
S Due Wednesday by 2pm Points 100 Programming Assignment#0 (DUE by 2:00pm July 6th) Overview In this programming assignm
S Due Wednesday by 2pm Points 100 Programming Assignment#0 (DUE by 2:00pm July 6th) Overview In this programming assignment, students need to count the frequency of each alphabet letter (A-Z and a-z, total 52 case sensitive) and five case insensitive special words (he, she, they, him and me) in all the .txt files under a given directory. Submitting a text entry box or a file upload Assignment You will be provided a zero.zip which includes the following files: makefile count.h specialcount.c alphabetcount.c testalphabetcount.c testspecialcount.c README Your assignment is to write/modify code in the following files count.h makefile alphabetcount.c to count the frequency of alphabet letters; and specialcount.c to count the frequency of special words. README to explain your code and include your test result Note: Feel free to do any change of these files (fill the code, create new functions and etc). You also can create new.h and .c files if needed.