// This program will count the frequency of each character in // the string that is read in // Revision Week - Huzzah! #include #include int main(void) { return 0; }