Soon, someone who has been here longer than me is going to tell you that we don't do your homework for you here, that you must presenta good faith effort to have done it yourself in the form of posted code, etc.
Give us a code sample of how you think it might be done and I bet that everyone will be all over it.
QUOTE(reddyg @ 21 May, 2008 - 12:27 PM)

Hi ,
Could any one help me to write the code for
The application must parse the text input and output the number of times each letter of the alphabet occurs in the text. Case sensitivity is not required.
For example, if the command-line argument is “baaad” the displayed result must be:
There are 3 A's
There are 1 B's
There are 0 C's
There are 1 D's
There are 0 E's
There are 0 F's
etc...