Write a method that counts the number of letters in a string using the following header: public

Question:

Write a method that counts the number of letters in a string using the following header:
public static int countLetters(String s)
Write a test program that prompts the user to enter a string and displays the number of letters in the string.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: