Question: In this program, allow the user to enter a String of text. Next, allow them to enter a specific character they would like to count.
In this program, allow the user to enter a String of text. Next, allow them to enter a specific character they would like to count. Loop through and count how many times this letter occurs in the main String they first entered. Below is the input and the output we expect from your program. This is to help you know if you are on the right track.
Example input : Cows go moo. o
Example output: Enter a String: [String]
Enter a Letter: [String]
Total Occurrences: 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
