Question: Problem 2 . 1 ( 1 0 pts ) : The method count is to return the total number of the letter ' a '
Problem pts: The method count is to return the total number of the letter in the String parameter. If there is no in the parameter String, the method should return The method header is as follows:
public static int countString str
Some examples are given below.
countapple
countbanana
count kiwi
points Write an iterative implementation for the method count using Java.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
