Create a program that generates a Frequency Distribution
Table, compute, and display the descriptive statistics of any given line of text. The
program should follow the sample output below:
Table 1. Frequencies of Characters
---------------------------------------------------------------------------------------------
Characters Frequency Percentage
---------------------------------------------------------------------------------------------
Vowel 20 23.53
Consonant 34 40.00
Digit 10 11.76
Space 15 17.65
Punctuation 3 3.53
Special 3 3.53
---------------------------------------------------------------------------------------------
Total 85 100
---------------------------------------------------------------------------------------------
Module 03 | Understanding Directed Assessments
Table 2. Descriptive Statistics
---------------------------------------------------------------------------------------------
Mean 14.17
Variance 115.81
Standard Deviation 10.76
Comments
Leave a comment