https://github.com/abhishekjain12/java-string-program-1
Create a class which ask the user to enter a sentence, and it should display count of each vowel type in the sentence. The program should continue till user enters a word “quit”. Display the total count of each vowel for all sentences.
https://github.com/abhishekjain12/java-string-program-1
display-count java java-string vowel
Last synced: 5 months ago
JSON representation
Create a class which ask the user to enter a sentence, and it should display count of each vowel type in the sentence. The program should continue till user enters a word “quit”. Display the total count of each vowel for all sentences.
- Host: GitHub
- URL: https://github.com/abhishekjain12/java-string-program-1
- Owner: abhishekjain12
- License: mit
- Created: 2016-12-07T15:19:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-10T12:18:44.000Z (over 6 years ago)
- Last Synced: 2025-03-23T07:31:17.077Z (11 months ago)
- Topics: display-count, java, java-string, vowel
- Language: Java
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JAVA-string-program-1
Create a class which ask the user to enter a sentence, and it should display count of each vowel type in the sentence. The program should continue till user enters a word “quit”. Display the total count of each vowel for all sentences.