Skip to content

Enter a string and the program counts the number of vowels in the text. For added complexity have it report a sum of each vowel found.

License

Notifications You must be signed in to change notification settings

codeslacker1155/Vowel-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Vowel-Checker

This is a simple program that ask the user to enter a string and the program counts the number of vowels in the text. For added complexity have it report a sum of each vowel found.

Description

This is a simple program that ask the user to enter a string and the program counts the number of vowels in the text. For added complexity have it report a sum of each vowel found. The program is a static command line program that shows the user in a visual fashion how many vowels are in the user's suplied text.

Getting Started

Dependencies

  • NO DEPENDENCIES REQUIRED!!!

Installing

  • No real install needed, just make sure you have the bash terminal updated
sudo apt update
sudo apt upgrade

Executing program

  • Run the program like any other common bash script.
bash vowelcount.sh

Help

Common problems or issues are that you are not using an authorized user and need to switch to root.

sudo bash vowelcount.sh

Authors

Contributors names and contact info

Christopher Hyatt (me)

Version History

License

This project is licensed under the [GNU Privacy v3] License - see the LICENSE.md file for details

Acknowledgments

Inspiration taken from a list of basic programs to make in any language that I have in a random text file of ideas.

About

Enter a string and the program counts the number of vowels in the text. For added complexity have it report a sum of each vowel found.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages