we need to solve the following question.
Write a program that asks the user for a word, and then prompts a user for a letter. Your program should count the number of times the letters entered appear in the word, and then continue prompting for new letters. The program should list the letters found and number of times they appear in the word.
Sample Run:
Enter a word: hello
Enter the letter (enter zero to quit): a
There are 0 a’s
Enter the letter (enter zero to quit): h
There are 1 h’s
Enter the letter (enter zero to quit): 0
You found these letters:
h