The following program should be done in C PROGRAMMING NOT C++. C PROGRAMMING only. Please follow all the instructions provided.
Test Files
For test file 1, test1.txt, the results are:
Flesch Index = 117
Syllable Count = 32
Word Count = 26
Sentence Count = 4
and for test2.txt the results are:
Flesch Index = 103
Syllable Count = 51
Word Count = 39
Sentence Count = 2
New test file: test3.txt
Results:
Flesch Index [integer ceiling] = 106 (105.995003)
Flesch Index [integer round] = 106 (105.995003)
Flesch Index [integer floor] = 105 (105.995003)
Flesch Index [float ceiling] = 63 (62.373123)
Flesch Index [float round] = 62 (62.373123)
Flesch Index [float floor] = 62 (62.373123)
Syllable Count = 97
Word Count = 64
Sentence Count = 4
These are all the results you should get.
please follow all the instructions provided, C programming remember
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 1 | 2 | 3 | 4 | 5 |