-->
当前位置:首页 > 题库 > 正文内容

PROGRAMMING:Count and output the number of small vowels in the string

Luz3年前 (2021-05-10)题库237
Input a string ending with a newline, count and output the number of small vowels in the string (small vowels: 'a', 'e', 'I', 'o', 'U').
###Input format:
Enter a string on one line
###Output format:
The number of small vowels in the output string on one line
###Input example:
Here is a set of inputs. For example:
```in
HelloI
```
###Output example:
The corresponding output is given here. For example:
```out
two
```







answer:If there is no answer, please comment

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。