Question: Problem 2 . 1 ( 1 0 pts ) : The method count is to return the total number of the letter ' a '

Problem 2.1(10pts): The method count is to return the total number of the letter 'a' in the String parameter. If there is no 'a' in the parameter String, the method should return 0. The method header is as follows:
public static int count(String str)
Some examples are given below.
count("apple")1
count("banana")3
count ("kiwi")0
(10 points) Write an iterative implementation for the method count using Java.
 Problem 2.1(10pts): The method count is to return the total number

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!