7 kyu
Vowel Count
45,612 of 433,294jayeshcp
Description:
Return the number (count) of vowels in the given string.
We will consider a
, e
, i
, o
, u
as vowels for this Kata (but not y
).
The input string will only consist of lower case letters and/or spaces.
Strings
Fundamentals
Similar Kata:
Stats:
Created | Mar 10, 2015 |
Published | Mar 10, 2015 |
Warriors Trained | 605551 |
Total Skips | 40504 |
Total Code Submissions | 1046720 |
Total Times Completed | 433294 |
Java Completions | 45612 |
JavaScript Completions | 157326 |
Python Completions | 143893 |
Ruby Completions | 12446 |
Haskell Completions | 2924 |
C# Completions | 26476 |
Crystal Completions | 100 |
Elixir Completions | 872 |
PHP Completions | 8838 |
TypeScript Completions | 6651 |
R Completions | 606 |
NASM Completions | 118 |
Julia Completions | 182 |
Kotlin Completions | 3713 |
Go Completions | 6017 |
Scala Completions | 1105 |
C++ Completions | 17340 |
C Completions | 7966 |
CoffeeScript Completions | 44 |
Rust Completions | 4188 |
Dart Completions | 2106 |
Prolog Completions | 35 |
Pascal Completions | 133 |
Perl Completions | 101 |
COBOL Completions | 45 |
F# Completions | 109 |
OCaml Completions | 123 |
Lua Completions | 285 |
Factor Completions | 20 |
SQL Completions | 2083 |
RISC-V Completions | 32 |
D Completions | 11 |
Groovy Completions | 8 |
Total Stars | 3122 |
% of votes with a positive feedback rating | 89% of 32398 |
Total "Very Satisfied" Votes | 26005 |
Total "Somewhat Satisfied" Votes | 5843 |
Total "Not Satisfied" Votes | 550 |