Question: Write a segment of code not a method using loops ( your favorite one ) to print the number of times the letter A appears

Write a segment of code not a method using loops (your favorite one) to print the number of times the letter A appears in a string. Do not worry about lower case a, we are counting only uppercase A. For example if we have String str =ABCAa your segment should print something like The number of times the letter A appears in ABCA is 2 times. On the other hand if we have something like String str=UWRF your segment should print The number of times the letter A appears in UWRF is 0 times.

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!