An open API service indexing awesome lists of open source software.

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.

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.