-->
当前位置:首页 > 题库

PROGRAMMING:Statistical capital consonants

Luz5年前 (2021-05-10)题库419
English consonants are letters other than a, e, I, O and U. This problem requires the preparation of procedures, statistics given string of < b > capital < / b > consonant number.
###Input format:
Enter a string that gives no more than 80 characters on a line and ends with a carriage return.
###Output format:
The output gives the number of uppercase consonants in the string in one line.
###Input example:
```in
HELLO World!
```
###Output example:
```out
four
```






answer:If there is no answer, please comment