Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 197 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 197 Bytes

Vowel Counter

The English language has 5 vowels.

  • a
  • e
  • i
  • o
  • u

This is a regular assembly language program which takes one string input and counts the number of vowels in it.