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

using java
using java 2. Write a program CharacterCount that prompts the user for

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!