Codewars: Highest Lowest
In this little assignment you are given a string of space separated numbers, and have to return the highest and lowest number.
In this little assignment you are given a string of space separated numbers, and have to return the highest and lowest number.
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.
In a factory a printer prints labels for boxes. For one kind of boxes the
printer has to use colors which, for the sake of simplicity, are named with
letters from a to m
.