P
Pete
I need to write a program to do a frequency analysis on a string of text.
Firstly I need to get the alphabet A to Z for comparison but I'm not sure
how to go about this.
Is the following the only way to do it:
Alphabet[26] = {'a','b','c',...,'z'};
or is there another way to represent the alphabet characters.
Thankyou
Firstly I need to get the alphabet A to Z for comparison but I'm not sure
how to go about this.
Is the following the only way to do it:
Alphabet[26] = {'a','b','c',...,'z'};
or is there another way to represent the alphabet characters.
Thankyou