Count every character of a string
and categories it as vowel
, consonants
, and digits
using C++
programming language.
Navigate to src
folder
cd src
Build
g++ main.cpp
Run .exe
file in src
folder
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Count every character of a `string` and categories it as `vowel`, `consonants`, and `digits` using `C++` programming language.
There was an error while loading. Please reload this page.