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 times. On the other hand if we have something like String strUWRF your segment should print The number of times the letter A appears in UWRF is times.
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
