Question: using java 2. Write a program CharacterCount that prompts the user for a word and a character, then displays the number occurrences of the letter
2. Write a program CharacterCount that prompts the user for a word and a character, then displays the number occurrences of the letter there are in the word. Include a method named countChars that accepts the word and letter as parameters and returns an integer of the number of occurrences. Your main method should have the code to scan user input, call count Chars, and display the result. Sample output: System: Enter a word and a character User: puppy p System: There are 3 p's in puppy ubmit your file (ProvinceCode2, CharacterCount) via Nexus
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
