Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 376 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 376 Bytes

Vowel Counter (Java version)

  • Counts the number of vowels in a sentence entered by user
  • Demonstrates how a linear search algorithm works in a String
  • Also demonstrates how Strings, arrays and classes works in Java
  • Created to simply practice coding in Java

Created by IasJem