here's my implementation.


import java.io.*;
class CharCount
{
public static void main(String args[]) throws IOException
{
int i,h,k;
String a="bcDedAZazAz^_^";