Java Vowel and Consonant Counter Program

💻 Java Programming Practice – Count Vowels and Consonants. Today I practiced a Java program to count vowels and consonants in a string. 📌 What this program does: • Takes a string input from the user • Checks each character in the string • Identifies vowels (a, e, i, o, u) • Counts both vowels and consonants ✅ Example: Input: RamanathapuramEducation Vowels in the String = 10 Consonants in the String = 13 💡 Concepts used in this program: ✔ Java Scanner input ✔ String methods ✔ For loop ✔ Conditional statements I am practicing Java programs daily to improve my coding and problem-solving skills for IT placements. #Java #Programming #CodingPractice #JavaDeveloper #Learning #SoftwareDevelopment

  • graphical user interface, text, application

To view or add a comment, sign in

Explore content categories