Write a Java program which reads a String composed of one or many words and prints out the number of words that starts or ends with the letter 'e' or 'E'. Sample Run 1: Enter a string: I like Ecology even in summer Number of words that starts with e or ends with e is: 3 Sample Run 2: Enter a string: Eat the healthy food only Number of words that starts with e or ends with e is: 2
Write a Java program which reads a String composed of one or many words and prints out the number of words that starts or ends with the letter 'e' or 'E'. Sample Run 1: Enter a string: I like Ecology even in summer Number of words that starts with e or ends with e is: 3 Sample Run 2: Enter a string: Eat the healthy food only Number of words that starts with e or ends with e is: 2
Related questions
Question

Transcribed Image Text:Write a Java program which reads a String composed of one or many words and prints out the number
of words that starts or ends with the letter 'e' or 'E'.
Sample Run 1:
Enter a string: I like Ecology even in summer
Number of words that starts with e or ends with e is: 3
Sample Run 2:
Enter a string: Eat the healthy food only
Number of words that starts with e or ends with e is: 2
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 3 images

Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.