Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Databases Object Oriented Deductive Hypermedia Technologies

Authors: Kamran Parsaye, Mark Chignell, Setrag Khoshafian, Harry Wong

1st Edition

0471503452, 978-0471503453

More Books

Students also viewed these Databases questions

Question

5 What are the benefits of having a local approach?

Answered: 1 week ago

Question

What are all the ways you count or measure customer complaints?

Answered: 1 week ago

Question

Do your staff and customers know these examples?

Answered: 1 week ago