A file has 50 random characters in small letters.

A file has 50 random characters in small letters. Write a program that takes as input a
character from user, and calculates the frequency of that character in the file. If the
character is not found in the file, print appropriate message.


Leave a Reply